Html Css Color HEX #014773 Dark Cerulean

📋 copy color: '#014773'

red 1 ◦ green 71 ◦ blue 115

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

Shades of Dark Cerulean #014773

Tints of Dark Cerulean #014773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

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

R = 0.53%
G = 37.97%
B = 61.5%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014773 (or 0x014773) is known color: Dark Cerulean. HEX triplet: 01, 47 and 73. RGB value is (1,71,115). Sum of RGB (Red+Green+Blue) = 1+71+115=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #014773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014773 is #FEB88C. Grayscale: #363636. Windows color (decimal): -16693389 or 7554817. OLE color: 7554817.

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

Color convert

RGB 1 71 115 -
CMYK 0.99 0.38 0 0.55
HSL 203.16º 0.98% 0.23% -
HSV(B) 203.16º 0.99% 0.45% -
XYZ 5.36 5.75 17.05 -
YUV 55.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 1 71 115 0.99 0.38 0 0.55 203.16 0.98 0.23
Hex 1 47 73 63 26 0 37 CB 62 17
Octal 1 107 163 143 46 0 67 313 142 27
Binary 1 1000111 1110011 1100011 100110 0 110111 11001011 1100010 10111

Color Harmonies of #014773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014773

Black with #014773

Text Example


Text Example

White with #014773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014773; }

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

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

background-color css

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

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

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

border-color css

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

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

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