Html Css Color HEX #014573 Dark Cerulean

📋 copy color: '#014573'

red 1 ◦ green 69 ◦ blue 115

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

Shades of Dark Cerulean #014573

Tints of Dark Cerulean #014573

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

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

R = 0.54%
G = 37.3%
B = 62.16%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014573 (or 0x014573) is known color: Dark Cerulean. HEX triplet: 01, 45 and 73. RGB value is (1,69,115). Sum of RGB (Red+Green+Blue) = 1+69+115=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #014573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014573 is #FEBA8C. Grayscale: #353535. Windows color (decimal): -16693901 or 7554305. OLE color: 7554305.

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

Color convert

RGB 1 69 115 -
CMYK 0.99 0.4 0 0.55
HSL 204.21º 0.98% 0.23% -
HSV(B) 204.21º 0.99% 0.45% -
XYZ 5.24 5.5 17.01 -
YUV 53.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 1 69 115 0.99 0.4 0 0.55 204.21 0.98 0.23
Hex 1 45 73 63 28 0 37 CC 62 17
Octal 1 105 163 143 50 0 67 314 142 27
Binary 1 1000101 1110011 1100011 101000 0 110111 11001100 1100010 10111

Color Harmonies of #014573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014573

Black with #014573

Text Example


Text Example

White with #014573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014573; }

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

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

background-color css

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

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

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

border-color css

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

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

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