Html Css Color HEX #25759F Lochmara

📋 copy color: '#25759F'

red 37 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #25759F

Tints of Lochmara #25759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 11.82%
G = 37.38%
B = 50.8%

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

#25759F (or 0x25759F) is known color: Lochmara. HEX triplet: 25, 75 and 9F. RGB value is (37,117,159). Sum of RGB (Red+Green+Blue) = 37+117+159=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #25759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25759F is #DA8A60. Grayscale: #616161. Windows color (decimal): -14322273 or 10450213. OLE color: 10450213.

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

Color convert

RGB 37 117 159 -
CMYK 0.77 0.26 0 0.38
HSL 200.66º 0.62% 0.38% -
HSV(B) 200.66º 0.77% 0.62% -
XYZ 13.38 15.62 35.11 -
YUV 97.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 37 117 159 0.77 0.26 0 0.38 200.66 0.62 0.38
Hex 25 75 9F 4D 1A 0 26 C9 3E 26
Octal 45 165 237 115 32 0 46 311 76 46
Binary 100101 1110101 10011111 1001101 11010 0 100110 11001001 111110 100110

Color Harmonies of #25759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25759F

Black with #25759F

Text Example


Text Example

White with #25759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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