Html Css Color HEX #025076 Dark Cerulean

📋 copy color: '#025076'

red 2 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #025076

Tints of Dark Cerulean #025076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 59%

R = 1%
G = 40%
B = 59%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#025076 (or 0x025076) is known color: Dark Cerulean. HEX triplet: 02, 50 and 76. RGB value is (2,80,118). Sum of RGB (Red+Green+Blue) = 2+80+118=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #025076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025076 is #FDAF89. Grayscale: #3C3C3C. Windows color (decimal): -16625546 or 7753730. OLE color: 7753730.

HSL color Cylindrical-coordinate representation of color #025076: hue angle of 199.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025076 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 80 118 -
CMYK 0.98 0.32 0 0.54
HSL 199.66º 0.97% 0.24% -
HSV(B) 199.66º 0.98% 0.46% -
XYZ 6.16 7.06 18.18 -
YUV 61.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 2 80 118 0.98 0.32 0 0.54 199.66 0.97 0.24
Hex 2 50 76 62 20 0 36 C8 61 18
Octal 2 120 166 142 40 0 66 310 141 30
Binary 10 1010000 1110110 1100010 100000 0 110110 11001000 1100001 11000

Color Harmonies of #025076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025076

Black with #025076

Text Example


Text Example

White with #025076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025076; }

 p { color: rgb(2,80,118); }

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

background-color css

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

 a { background-color: rgb(2,80,118); }

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

border-color css

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

 span { border-color: rgb(2,80,118); }

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