Html Css Color HEX #25709F Lochmara

📋 copy color: '#25709F'

red 37 ◦ green 112 ◦ blue 159

#25709F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #25709F

Tints of Lochmara #25709F

RGB

 RED value IS 37 (14.84% from 255) = 12.01%

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 12.01%
G = 36.36%
B = 51.62%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25709F (or 0x25709F) is known color: Lochmara. HEX triplet: 25, 70 and 9F. RGB value is (37,112,159). Sum of RGB (Red+Green+Blue) = 37+112+159=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #25709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25709F is #DA8F60. Grayscale: #5E5E5E. Windows color (decimal): -14323553 or 10448933. OLE color: 10448933.

HSL color Cylindrical-coordinate representation of color #25709F: hue angle of 203.11º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25709F is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 112 159 -
CMYK 0.77 0.30 0 0.38
HSL 203.11º 0.62% 0.38% -
HSV(B) 203.11º 0.77% 0.62% -
XYZ 12.82 14.48 34.92 -
YUV 94.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 37 112 159 0.77 0.30 0 0.38 203.11 0.62 0.38
Hex 25 70 9F 4D 1E 0 26 CB 3E 26
Octal 45 160 237 115 36 0 46 313 76 46
Binary 100101 1110000 10011111 1001101 11110 0 100110 11001011 111110 100110

Color Harmonies of #25709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25709F

Black with #25709F

Text Example


Text Example

White with #25709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25709F; }

 p { color: rgb(37,112,159); }

 H1.HeaderClassName
 {
   color: #25709F;
 }
 .AnyTagClassName
 {
   color: #25709F;
 }
</style>

background-color css

<style>
 a { background-color: #25709F; }

 a { background-color: rgb(37,112,159); }

 div.DivClassName
 {
   background-color: #25709F;
 }
 .BgClassName
 {
   background-color: #25709F;
 }
</style>

border-color css

<style>
 span { border-color: #25709F; }

 span { border-color: rgb(37,112,159); }

 td.TdClassName
 {
   border-color: #25709F;
 }
 .TagClassName
 {
   border-color: #25709F;
 }
</style>