Html Css Color HEX #025082 Dark Cerulean

📋 copy color: '#025082'

red 2 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #025082

Tints of Dark Cerulean #025082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.32%

R = 0.94%
G = 37.74%
B = 61.32%

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

#025082 (or 0x025082) is known color: Dark Cerulean. HEX triplet: 02, 50 and 82. RGB value is (2,80,130). Sum of RGB (Red+Green+Blue) = 2+80+130=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #025082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025082 is #FDAF7D. Grayscale: #3E3E3E. Windows color (decimal): -16625534 or 8540162. OLE color: 8540162.

HSL color Cylindrical-coordinate representation of color #025082: hue angle of 203.44º 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 #025082 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 80 130 -
CMYK 0.98 0.38 0 0.49
HSL 203.44º 0.97% 0.26% -
HSV(B) 203.44º 0.98% 0.51% -
XYZ 6.92 7.36 22.18 -
YUV 62.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 2 80 130 0.98 0.38 0 0.49 203.44 0.97 0.26
Hex 2 50 82 62 26 0 31 CB 61 1A
Octal 2 120 202 142 46 0 61 313 141 32
Binary 10 1010000 10000010 1100010 100110 0 110001 11001011 1100001 11010

Color Harmonies of #025082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025082

Black with #025082

Text Example


Text Example

White with #025082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025082; }

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

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

background-color css

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

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

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

border-color css

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

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

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