#023C7F

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

Shades of Dark Cerulean #023C7F

Tints of Dark Cerulean #023C7F

Color information

#023C7F (or 0x023C7F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 7F. RGB value is (2,60,127). Sum of RGB (Red+Green+Blue) = 2+60+127=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #023C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C7F is #FDC380. Grayscale: #313131. Windows color (decimal): -16630657 or 8338434. OLE color: 8338434.

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

Color convert

RGB260127-
CMYK0.980.5300.50
HSL212.16º96.9%25.29%-
HSV(B)212.16º98.43%49.8%-
XYZ5.474.7820.71-
YUV50.3171.2893.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 127 (50% from 255) = 67.20%
R=1.06%
G=31.75%
B=67.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2601270.980.5300.50212.1696.925.29
Hex23C7F6235032d46119
Octal2741771426506232414131
Binary1011110011111111100010110101011001011010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,60,127); }

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

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

 a { background-color: rgb(2,60,127); }

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

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

 span { border-color: rgb(2,60,127); }

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