Html Css Color HEX #25799F Lochmara

📋 copy color: '#25799F'

red 37 ◦ green 121 ◦ blue 159

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

Shades of Lochmara #25799F

Tints of Lochmara #25799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 11.67%
G = 38.17%
B = 50.16%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25799F (or 0x25799F) is known color: Lochmara. HEX triplet: 25, 79 and 9F. RGB value is (37,121,159). Sum of RGB (Red+Green+Blue) = 37+121+159=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #25799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25799F is #DA8660. Grayscale: #636363. Windows color (decimal): -14321249 or 10451237. OLE color: 10451237.

HSL color Cylindrical-coordinate representation of color #25799F: hue angle of 198.69º 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 #25799F is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 121 159 -
CMYK 0.77 0.24 0 0.38
HSL 198.69º 0.62% 0.38% -
HSV(B) 198.69º 0.77% 0.62% -
XYZ 13.86 16.57 35.27 -
YUV 100.22 161.17 82.91 -
System Red Green Blue C M Y K H S L
Decimal 37 121 159 0.77 0.24 0 0.38 198.69 0.62 0.38
Hex 25 79 9F 4D 18 0 26 C7 3E 26
Octal 45 171 237 115 30 0 46 307 76 46
Binary 100101 1111001 10011111 1001101 11000 0 100110 11000111 111110 100110

Color Harmonies of #25799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25799F

Black with #25799F

Text Example


Text Example

White with #25799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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