Html Css Color HEX #014973 Dark Cerulean

📋 copy color: '#014973'

red 1 ◦ green 73 ◦ blue 115

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

Shades of Dark Cerulean #014973

Tints of Dark Cerulean #014973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

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

R = 0.53%
G = 38.62%
B = 60.85%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014973 (or 0x014973) is known color: Dark Cerulean. HEX triplet: 01, 49 and 73. RGB value is (1,73,115). Sum of RGB (Red+Green+Blue) = 1+73+115=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #014973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014973 is #FEB68C. Grayscale: #383838. Windows color (decimal): -16692877 or 7555329. OLE color: 7555329.

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

Color convert

RGB 1 73 115 -
CMYK 0.99 0.37 0 0.55
HSL 202.11º 0.98% 0.23% -
HSV(B) 202.11º 0.99% 0.45% -
XYZ 5.49 6.01 17.09 -
YUV 56.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 1 73 115 0.99 0.37 0 0.55 202.11 0.98 0.23
Hex 1 49 73 63 25 0 37 CA 62 17
Octal 1 111 163 143 45 0 67 312 142 27
Binary 1 1001001 1110011 1100011 100101 0 110111 11001010 1100010 10111

Color Harmonies of #014973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014973

Black with #014973

Text Example


Text Example

White with #014973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014973; }

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

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

background-color css

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

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

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

border-color css

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

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

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