Html Css Color HEX #025086 Dark Cerulean

📋 copy color: '#025086'

red 2 ◦ green 80 ◦ blue 134

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

Shades of Dark Cerulean #025086

Tints of Dark Cerulean #025086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.04%

R = 0.93%
G = 37.04%
B = 62.04%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#025086 (or 0x025086) is known color: Dark Cerulean. HEX triplet: 02, 50 and 86. RGB value is (2,80,134). Sum of RGB (Red+Green+Blue) = 2+80+134=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #025086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025086 is #FDAF79. Grayscale: #3E3E3E. Windows color (decimal): -16625530 or 8802306. OLE color: 8802306.

HSL color Cylindrical-coordinate representation of color #025086: hue angle of 204.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025086 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 80 134 -
CMYK 0.99 0.40 0 0.47
HSL 204.55º 0.97% 0.27% -
HSV(B) 204.55º 0.99% 0.53% -
XYZ 7.2 7.47 23.62 -
YUV 62.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 2 80 134 0.99 0.40 0 0.47 204.55 0.97 0.27
Hex 2 50 86 63 28 0 2F CD 61 1B
Octal 2 120 206 143 50 0 57 315 141 33
Binary 10 1010000 10000110 1100011 101000 0 101111 11001101 1100001 11011

Color Harmonies of #025086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025086

Black with #025086

Text Example


Text Example

White with #025086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025086; }

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

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

background-color css

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

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

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

border-color css

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

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

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