#025A8D

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

Shades of Dark Cerulean #025A8D

Tints of Dark Cerulean #025A8D

Color information

#025A8D (or 0x025A8D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5A and 8D. RGB value is (2,90,141). Sum of RGB (Red+Green+Blue) = 2+90+141=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #025A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A8D is #FDA572. Grayscale: #454545. Windows color (decimal): -16622963 or 9263618. OLE color: 9263618.

HSL color Cylindrical-coordinate representation of color #025A8D: hue angle of 202.01º 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 #025A8D is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB290141-
CMYK0.990.3600.45
HSL202.01º97.2%28.04%-
HSV(B)202.01º98.58%55.29%-
XYZ8.499.2526.54-
YUV69.5168.3579.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=0.86%
G=38.63%
B=60.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2901410.990.3600.45202.0197.228.04
Hex25A8D632402Dca611c
Octal21322151434405531214134
Binary101011010100011011100011100100010110111001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,90,141); }

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

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

 a { background-color: rgb(2,90,141); }

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

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

 span { border-color: rgb(2,90,141); }

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