#004073

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

Shades of Dark Cerulean #004073

Tints of Dark Cerulean #004073

Color information

#004073 (or 0x004073) is unknown color: approx Dark Cerulean. HEX triplet: 00, 40 and 73. RGB value is (0,64,115). Sum of RGB (Red+Green+Blue) = 0+64+115=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #004073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004073 is #FFBF8C. Grayscale: #323232. Windows color (decimal): -16760717 or 7553024. OLE color: 7553024.

HSL color Cylindrical-coordinate representation of color #004073: hue angle of 206.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004073 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB064115-
CMYK10.4400.55
HSL206.61º100%22.55%-
HSV(B)206.61º100%45.1%-
XYZ4.934.916.91-
YUV50.68164.391.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 115 (45.31% from 255) = 64.25%
R=0%
G=35.75%
B=64.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06411510.4400.55206.6110022.55
Hex04073642C037cf6417
Octal01001631445406731714427
Binary0100000011100111100100101100011011111001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004073; }

 p { color: rgb(0,64,115); }

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

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

 a { background-color: rgb(0,64,115); }

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

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

 span { border-color: rgb(0,64,115); }

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