#025692

Color #025692 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #025692

Tints of Dark Cerulean #025692

Color information

#025692 (or 0x025692) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 92. RGB value is (2,86,146). Sum of RGB (Red+Green+Blue) = 2+86+146=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #025692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025692 is #FDA96D. Grayscale: #434343. Windows color (decimal): -16623982 or 9590274. OLE color: 9590274.

HSL color Cylindrical-coordinate representation of color #025692: hue angle of 205º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025692 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB286146-
CMYK0.990.4100.43
HSL205º97.3%29.02%-
HSV(B)205º98.63%57.25%-
XYZ8.548.7428.43-
YUV67.72172.1781.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=0.85%
G=36.75%
B=62.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2861460.990.4100.4320597.329.02
Hex25692632902Bcd611d
Octal21262221435105331514135
Binary101010110100100101100011101001010101111001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025692; }

 p { color: rgb(2,86,146); }

 H1.HeaderClassName
 {
   color: #025692;
 }
 .AnyTagClassName
 {
   color: #025692;
 }
</style>
background-color css

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

 a { background-color: rgb(2,86,146); }

 div.DivClassName
 {
   background-color: #025692;
 }
 .BgClassName
 {
   background-color: #025692;
 }
</style>
border-color css

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

 span { border-color: rgb(2,86,146); }

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