Html Css Color HEX #004073 Dark Cerulean

📋 copy color: '#004073'

red 0 ◦ green 64 ◦ blue 115

#004073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #004073

Tints of Dark Cerulean #004073

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 value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004073 (or 0x004073) is known color: 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

RGB 0 64 115 -
CMYK 1 0.44 0 0.55
HSL 206.61º 1% 0.23% -
HSV(B) 206.61º 1% 0.45% -
XYZ 4.93 4.9 16.91 -
YUV 50.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 0 64 115 1 0.44 0 0.55 206.61 1 0.23
Hex 0 40 73 64 2C 0 37 CF 64 17
Octal 0 100 163 144 54 0 67 317 144 27
Binary 0 1000000 1110011 1100100 101100 0 110111 11001111 1100100 10111

Color Harmonies of #004073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004073

Black with #004073

Text Example


Text Example

White with #004073

Text Example


Text Example

HTML Codes & Css Web 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>