Html Css Color HEX #014473 Dark Cerulean

📋 copy color: '#014473'

red 1 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #014473

Tints of Dark Cerulean #014473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

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

R = 0.54%
G = 36.96%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014473 (or 0x014473) is known color: Dark Cerulean. HEX triplet: 01, 44 and 73. RGB value is (1,68,115). Sum of RGB (Red+Green+Blue) = 1+68+115=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 68 (26.95% from 255 or 36.96% 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 #014473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014473 is #FEBB8C. Grayscale: #353535. Windows color (decimal): -16694157 or 7554049. OLE color: 7554049.

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

Color convert

RGB 1 68 115 -
CMYK 0.99 0.41 0 0.55
HSL 204.74º 0.98% 0.23% -
HSV(B) 204.74º 0.99% 0.45% -
XYZ 5.17 5.38 16.99 -
YUV 53.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 1 68 115 0.99 0.41 0 0.55 204.74 0.98 0.23
Hex 1 44 73 63 29 0 37 CD 62 17
Octal 1 104 163 143 51 0 67 315 142 27
Binary 1 1000100 1110011 1100011 101001 0 110111 11001101 1100010 10111

Color Harmonies of #014473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014473

Black with #014473

Text Example


Text Example

White with #014473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014473; }

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

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

background-color css

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

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

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

border-color css

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

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

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