Html Css Color HEX #25769F Lochmara

📋 copy color: '#25769F'

red 37 ◦ green 118 ◦ blue 159

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

Shades of Lochmara #25769F

Tints of Lochmara #25769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 11.78%
G = 37.58%
B = 50.64%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25769F (or 0x25769F) is known color: Lochmara. HEX triplet: 25, 76 and 9F. RGB value is (37,118,159). Sum of RGB (Red+Green+Blue) = 37+118+159=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #25769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25769F is #DA8960. Grayscale: #626262. Windows color (decimal): -14322017 or 10450469. OLE color: 10450469.

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

Color convert

RGB 37 118 159 -
CMYK 0.77 0.26 0 0.38
HSL 200.16º 0.62% 0.38% -
HSV(B) 200.16º 0.77% 0.62% -
XYZ 13.5 15.85 35.15 -
YUV 98.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 37 118 159 0.77 0.26 0 0.38 200.16 0.62 0.38
Hex 25 76 9F 4D 1A 0 26 C8 3E 26
Octal 45 166 237 115 32 0 46 310 76 46
Binary 100101 1110110 10011111 1001101 11010 0 100110 11001000 111110 100110

Color Harmonies of #25769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25769F

Black with #25769F

Text Example


Text Example

White with #25769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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