Html Css Color HEX #025081 Dark Cerulean

📋 copy color: '#025081'

red 2 ◦ green 80 ◦ blue 129

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

Shades of Dark Cerulean #025081

Tints of Dark Cerulean #025081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.14%

R = 0.95%
G = 37.91%
B = 61.14%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#025081 (or 0x025081) is known color: Dark Cerulean. HEX triplet: 02, 50 and 81. RGB value is (2,80,129). Sum of RGB (Red+Green+Blue) = 2+80+129=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #025081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025081 is #FDAF7E. Grayscale: #3D3D3D. Windows color (decimal): -16625535 or 8474626. OLE color: 8474626.

HSL color Cylindrical-coordinate representation of color #025081: hue angle of 203.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025081 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 80 129 -
CMYK 0.98 0.38 0 0.49
HSL 203.15º 0.97% 0.26% -
HSV(B) 203.15º 0.98% 0.51% -
XYZ 6.86 7.34 21.82 -
YUV 62.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 2 80 129 0.98 0.38 0 0.49 203.15 0.97 0.26
Hex 2 50 81 62 26 0 31 CB 61 1A
Octal 2 120 201 142 46 0 61 313 141 32
Binary 10 1010000 10000001 1100010 100110 0 110001 11001011 1100001 11010

Color Harmonies of #025081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025081

Black with #025081

Text Example


Text Example

White with #025081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025081; }

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

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

background-color css

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

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

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

border-color css

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

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

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