#023D7C

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

Shades of Dark Cerulean #023D7C

Tints of Dark Cerulean #023D7C

Color information

#023D7C (or 0x023D7C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3D and 7C. RGB value is (2,61,124). Sum of RGB (Red+Green+Blue) = 2+61+124=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #023D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D7C is #FDC283. Grayscale: #323232. Windows color (decimal): -16630404 or 8142082. OLE color: 8142082.

HSL color Cylindrical-coordinate representation of color #023D7C: hue angle of 210.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D7C is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB261124-
CMYK0.980.5100.51
HSL210.98º96.83%24.71%-
HSV(B)210.98º98.39%48.63%-
XYZ5.334.8119.72-
YUV50.54169.4593.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=1.07%
G=32.62%
B=66.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2611240.980.5100.51210.9896.8324.71
Hex23D7C6233033d36119
Octal2751741426306332314131
Binary1011110111111001100010110011011001111010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D7C; }

 p { color: rgb(2,61,124); }

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

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

 a { background-color: rgb(2,61,124); }

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

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

 span { border-color: rgb(2,61,124); }

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