Html Css Color HEX #25619F Lochmara

📋 copy color: '#25619F'

red 37 ◦ green 97 ◦ blue 159

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

Shades of Lochmara #25619F

Tints of Lochmara #25619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 12.63%
G = 33.11%
B = 54.27%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25619F (or 0x25619F) is known color: Lochmara. HEX triplet: 25, 61 and 9F. RGB value is (37,97,159). Sum of RGB (Red+Green+Blue) = 37+97+159=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #25619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25619F is #DA9E60. Grayscale: #555555. Windows color (decimal): -14327393 or 10445093. OLE color: 10445093.

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

Color convert

RGB 37 97 159 -
CMYK 0.77 0.39 0 0.38
HSL 210.49º 0.62% 0.38% -
HSV(B) 210.49º 0.77% 0.62% -
XYZ 11.3 11.45 34.41 -
YUV 86.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 37 97 159 0.77 0.39 0 0.38 210.49 0.62 0.38
Hex 25 61 9F 4D 27 0 26 D2 3E 26
Octal 45 141 237 115 47 0 46 322 76 46
Binary 100101 1100001 10011111 1001101 100111 0 100110 11010010 111110 100110

Color Harmonies of #25619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25619F

Black with #25619F

Text Example


Text Example

White with #25619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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