#023D7A

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

Shades of Dark Cerulean #023D7A

Tints of Dark Cerulean #023D7A

Color information

#023D7A (or 0x023D7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3D and 7A. RGB value is (2,61,122). Sum of RGB (Red+Green+Blue) = 2+61+122=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #023D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D7A is #FDC285. Grayscale: #323232. Windows color (decimal): -16630406 or 8011010. OLE color: 8011010.

HSL color Cylindrical-coordinate representation of color #023D7A: hue angle of 210.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D7A is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB261122-
CMYK0.980.5000.52
HSL210.5º96.77%24.31%-
HSV(B)210.5º98.36%47.84%-
XYZ5.214.7619.06-
YUV50.31168.4593.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=1.08%
G=32.97%
B=65.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2611220.980.5000.52210.596.7724.31
Hex23D7A6232034d26118
Octal2751721426206432214130
Binary1011110111110101100010110010011010011010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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