Html Css Color HEX #025084 Dark Cerulean

📋 copy color: '#025084'

red 2 ◦ green 80 ◦ blue 132

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

Shades of Dark Cerulean #025084

Tints of Dark Cerulean #025084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.68%

R = 0.93%
G = 37.38%
B = 61.68%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#025084 (or 0x025084) is known color: Dark Cerulean. HEX triplet: 02, 50 and 84. RGB value is (2,80,132). Sum of RGB (Red+Green+Blue) = 2+80+132=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #025084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025084 is #FDAF7B. Grayscale: #3E3E3E. Windows color (decimal): -16625532 or 8671234. OLE color: 8671234.

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

Color convert

RGB 2 80 132 -
CMYK 0.98 0.39 0 0.48
HSL 204º 0.97% 0.26% -
HSV(B) 204º 0.98% 0.52% -
XYZ 7.06 7.42 22.89 -
YUV 62.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 2 80 132 0.98 0.39 0 0.48 204 0.97 0.26
Hex 2 50 84 62 27 0 30 CC 61 1A
Octal 2 120 204 142 47 0 60 314 141 32
Binary 10 1010000 10000100 1100010 100111 0 110000 11001100 1100001 11010

Color Harmonies of #025084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025084

Black with #025084

Text Example


Text Example

White with #025084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025084; }

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

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

background-color css

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

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

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

border-color css

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

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

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