Html Css Color HEX #25659F Lochmara

📋 copy color: '#25659F'

red 37 ◦ green 101 ◦ blue 159

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

Shades of Lochmara #25659F

Tints of Lochmara #25659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 12.46%
G = 34.01%
B = 53.54%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25659F (or 0x25659F) is known color: Lochmara. HEX triplet: 25, 65 and 9F. RGB value is (37,101,159). Sum of RGB (Red+Green+Blue) = 37+101+159=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #25659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25659F is #DA9A60. Grayscale: #585858. Windows color (decimal): -14326369 or 10446117. OLE color: 10446117.

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

Color convert

RGB 37 101 159 -
CMYK 0.77 0.36 0 0.38
HSL 208.52º 0.62% 0.38% -
HSV(B) 208.52º 0.77% 0.62% -
XYZ 11.67 12.2 34.54 -
YUV 88.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 37 101 159 0.77 0.36 0 0.38 208.52 0.62 0.38
Hex 25 65 9F 4D 24 0 26 D1 3E 26
Octal 45 145 237 115 44 0 46 321 76 46
Binary 100101 1100101 10011111 1001101 100100 0 100110 11010001 111110 100110

Color Harmonies of #25659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25659F

Black with #25659F

Text Example


Text Example

White with #25659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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