#023D7F

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

Shades of Dark Cerulean #023D7F

Tints of Dark Cerulean #023D7F

Color information

#023D7F (or 0x023D7F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3D and 7F. RGB value is (2,61,127). Sum of RGB (Red+Green+Blue) = 2+61+127=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #023D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D7F is #FDC280. Grayscale: #323232. Windows color (decimal): -16630401 or 8338690. OLE color: 8338690.

HSL color Cylindrical-coordinate representation of color #023D7F: hue angle of 211.68º 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 #023D7F is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB261127-
CMYK0.980.5200.50
HSL211.68º96.9%25.29%-
HSV(B)211.68º98.43%49.8%-
XYZ5.524.8820.73-
YUV50.88170.9593.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 127 (50% from 255) = 66.84%
R=1.05%
G=32.11%
B=66.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2611270.980.5200.50211.6896.925.29
Hex23D7F6234032d46119
Octal2751771426406232414131
Binary1011110111111111100010110100011001011010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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