Html Css Color HEX #025075 Dark Cerulean

📋 copy color: '#025075'

red 2 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #025075

Tints of Dark Cerulean #025075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 1.01%
G = 40.2%
B = 58.79%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#025075 (or 0x025075) is known color: Dark Cerulean. HEX triplet: 02, 50 and 75. RGB value is (2,80,117). Sum of RGB (Red+Green+Blue) = 2+80+117=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #025075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025075 is #FDAF8A. Grayscale: #3C3C3C. Windows color (decimal): -16625547 or 7688194. OLE color: 7688194.

HSL color Cylindrical-coordinate representation of color #025075: hue angle of 199.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025075 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 80 117 -
CMYK 0.98 0.32 0 0.54
HSL 199.3º 0.97% 0.23% -
HSV(B) 199.3º 0.98% 0.46% -
XYZ 6.1 7.03 17.87 -
YUV 60.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 2 80 117 0.98 0.32 0 0.54 199.3 0.97 0.23
Hex 2 50 75 62 20 0 36 C7 61 17
Octal 2 120 165 142 40 0 66 307 141 27
Binary 10 1010000 1110101 1100010 100000 0 110110 11000111 1100001 10111

Color Harmonies of #025075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025075

Black with #025075

Text Example


Text Example

White with #025075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025075; }

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

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

background-color css

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

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

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

border-color css

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

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

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