#025075

Color #025075 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #025075

Tints of Dark Cerulean #025075

Color information

#025075 (or 0x025075) is unknown color: approx 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

RGB280117-
CMYK0.980.3200.54
HSL199.3º96.64%23.33%-
HSV(B)199.3º98.29%45.88%-
XYZ6.17.0317.87-
YUV60.9159.6685.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=1.01%
G=40.20%
B=58.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2801170.980.3200.54199.396.6423.33
Hex250756220036c76117
Octal21201651424006630714127
Binary10101000011101011100010100000011011011000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>