Html Css Color HEX #025595 Dark Cerulean

📋 copy color: '#025595'

red 2 ◦ green 85 ◦ blue 149

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

Shades of Dark Cerulean #025595

Tints of Dark Cerulean #025595

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 0.85%
G = 36.02%
B = 63.14%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#025595 (or 0x025595) is known color: Dark Cerulean. HEX triplet: 02, 55 and 95. RGB value is (2,85,149). Sum of RGB (Red+Green+Blue) = 2+85+149=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #025595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025595 is #FDAA6A. Grayscale: #434343. Windows color (decimal): -16624235 or 9786626. OLE color: 9786626.

HSL color Cylindrical-coordinate representation of color #025595: hue angle of 206.12º 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 #025595 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 85 149 -
CMYK 0.99 0.43 0 0.42
HSL 206.12º 0.97% 0.3% -
HSV(B) 206.12º 0.99% 0.58% -
XYZ 8.7 8.68 29.65 -
YUV 67.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 2 85 149 0.99 0.43 0 0.42 206.12 0.97 0.3
Hex 2 55 95 63 2B 0 2A CE 61 1E
Octal 2 125 225 143 53 0 52 316 141 36
Binary 10 1010101 10010101 1100011 101011 0 101010 11001110 1100001 11110

Color Harmonies of #025595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025595

Black with #025595

Text Example


Text Example

White with #025595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025595; }

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

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

background-color css

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

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

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

border-color css

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

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

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