#25619F

Color #25619F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #25619F

Tints of Lochmara #25619F

Color information

#25619F (or 0x25619F) is unknown color: approx 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

RGB3797159-
CMYK0.770.3900.38
HSL210.49º62.24%38.43%-
HSV(B)210.49º76.73%62.35%-
XYZ11.311.4534.41-
YUV86.13169.1292.96-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37971590.770.3900.38210.4962.2438.43
Hex25619F4D27026d23e26
Octal45141237115470463227646
Binary1001011100001100111111001101100111010011011010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>