Html Css Color HEX #025085 Dark Cerulean

📋 copy color: '#025085'

red 2 ◦ green 80 ◦ blue 133

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

Shades of Dark Cerulean #025085

Tints of Dark Cerulean #025085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 0.93%
G = 37.21%
B = 61.86%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#025085 (or 0x025085) is known color: Dark Cerulean. HEX triplet: 02, 50 and 85. RGB value is (2,80,133). Sum of RGB (Red+Green+Blue) = 2+80+133=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #025085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025085 is #FDAF7A. Grayscale: #3E3E3E. Windows color (decimal): -16625531 or 8736770. OLE color: 8736770.

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

Color convert

RGB 2 80 133 -
CMYK 0.98 0.40 0 0.48
HSL 204.27º 0.97% 0.26% -
HSV(B) 204.27º 0.98% 0.52% -
XYZ 7.13 7.44 23.25 -
YUV 62.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 2 80 133 0.98 0.40 0 0.48 204.27 0.97 0.26
Hex 2 50 85 62 28 0 30 CC 61 1A
Octal 2 120 205 142 50 0 60 314 141 32
Binary 10 1010000 10000101 1100010 101000 0 110000 11001100 1100001 11010

Color Harmonies of #025085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025085

Black with #025085

Text Example


Text Example

White with #025085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025085; }

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

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

background-color css

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

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

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

border-color css

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

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

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