#025695

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

Shades of Dark Cerulean #025695

Tints of Dark Cerulean #025695

Color information

#025695 (or 0x025695) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 95. RGB value is (2,86,149). Sum of RGB (Red+Green+Blue) = 2+86+149=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #025695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025695 is #FDA96A. Grayscale: #434343. Windows color (decimal): -16623979 or 9786882. OLE color: 9786882.

HSL color Cylindrical-coordinate representation of color #025695: hue angle of 205.71º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025695 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB286149-
CMYK0.990.4200.42
HSL205.71º97.35%29.61%-
HSV(B)205.71º98.66%58.43%-
XYZ8.788.8429.68-
YUV68.07173.6780.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=0.84%
G=36.29%
B=62.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2861490.990.4200.42205.7197.3529.61
Hex25695632A02Ace611e
Octal21262251435205231614136
Binary101010110100101011100011101010010101011001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025695; }

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

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

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

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

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

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

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

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