Html Css Color HEX #004573 Dark Cerulean

📋 copy color: '#004573'

red 0 ◦ green 69 ◦ blue 115

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

Shades of Dark Cerulean #004573

Tints of Dark Cerulean #004573

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004573 (or 0x004573) is known color: Dark Cerulean. HEX triplet: 00, 45 and 73. RGB value is (0,69,115). Sum of RGB (Red+Green+Blue) = 0+69+115=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #004573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004573 is #FFBA8C. Grayscale: #353535. Windows color (decimal): -16759437 or 7554304. OLE color: 7554304.

HSL color Cylindrical-coordinate representation of color #004573: hue angle of 204º 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 #004573 is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 69 115 -
CMYK 1 0.4 0 0.55
HSL 204º 1% 0.23% -
HSV(B) 204º 1% 0.45% -
XYZ 5.22 5.49 17 -
YUV 53.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 0 69 115 1 0.4 0 0.55 204 1 0.23
Hex 0 45 73 64 28 0 37 CC 64 17
Octal 0 105 163 144 50 0 67 314 144 27
Binary 0 1000101 1110011 1100100 101000 0 110111 11001100 1100100 10111

Color Harmonies of #004573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004573

Black with #004573

Text Example


Text Example

White with #004573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004573; }

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

 H1.HeaderClassName
 {
   color: #004573;
 }
 .AnyTagClassName
 {
   color: #004573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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