#025C8B

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

Shades of Dark Cerulean #025C8B

Tints of Dark Cerulean #025C8B

Color information

#025C8B (or 0x025C8B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5C and 8B. RGB value is (2,92,139). Sum of RGB (Red+Green+Blue) = 2+92+139=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #025C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C8B is #FDA374. Grayscale: #464646. Windows color (decimal): -16622453 or 9133058. OLE color: 9133058.

HSL color Cylindrical-coordinate representation of color #025C8B: hue angle of 200.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025C8B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB292139-
CMYK0.990.3400.45
HSL200.58º97.16%27.65%-
HSV(B)200.58º98.56%54.51%-
XYZ8.519.5325.82-
YUV70.45166.6879.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 139 (54.69% from 255) = 59.66%
R=0.86%
G=39.48%
B=59.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2921390.990.3400.45200.5897.1627.65
Hex25C8B632202Dc9611c
Octal21342131434205531114134
Binary101011100100010111100011100010010110111001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025C8B; }

 p { color: rgb(2,92,139); }

 H1.HeaderClassName
 {
   color: #025C8B;
 }
 .AnyTagClassName
 {
   color: #025C8B;
 }
</style>
background-color css

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

 a { background-color: rgb(2,92,139); }

 div.DivClassName
 {
   background-color: #025C8B;
 }
 .BgClassName
 {
   background-color: #025C8B;
 }
</style>
border-color css

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

 span { border-color: rgb(2,92,139); }

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