#025C92

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

Shades of Dark Cerulean #025C92

Tints of Dark Cerulean #025C92

Color information

#025C92 (or 0x025C92) is unknown color: approx Dark Cerulean. HEX triplet: 02, 5C and 92. RGB value is (2,92,146). Sum of RGB (Red+Green+Blue) = 2+92+146=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #025C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C92 is #FDA36D. Grayscale: #464646. Windows color (decimal): -16622446 or 9591810. OLE color: 9591810.

HSL color Cylindrical-coordinate representation of color #025C92: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025C92 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB292146-
CMYK0.990.3700.43
HSL202.5º97.3%29.02%-
HSV(B)202.5º98.63%57.25%-
XYZ9.049.7428.6-
YUV71.25170.1878.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=0.83%
G=38.33%
B=60.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2921460.990.3700.43202.597.329.02
Hex25C92632502Bca611d
Octal21342221434505331214135
Binary101011100100100101100011100101010101111001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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