Html Css Color HEX #014673 Dark Cerulean

📋 copy color: '#014673'

red 1 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #014673

Tints of Dark Cerulean #014673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 0.54%
G = 37.63%
B = 61.83%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014673 (or 0x014673) is known color: Dark Cerulean. HEX triplet: 01, 46 and 73. RGB value is (1,70,115). Sum of RGB (Red+Green+Blue) = 1+70+115=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #014673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014673 is #FEB98C. Grayscale: #363636. Windows color (decimal): -16693645 or 7554561. OLE color: 7554561.

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

Color convert

RGB 1 70 115 -
CMYK 0.99 0.39 0 0.55
HSL 203.68º 0.98% 0.23% -
HSV(B) 203.68º 0.99% 0.45% -
XYZ 5.3 5.62 17.03 -
YUV 54.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 1 70 115 0.99 0.39 0 0.55 203.68 0.98 0.23
Hex 1 46 73 63 27 0 37 CC 62 17
Octal 1 106 163 143 47 0 67 314 142 27
Binary 1 1000110 1110011 1100011 100111 0 110111 11001100 1100010 10111

Color Harmonies of #014673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014673

Black with #014673

Text Example


Text Example

White with #014673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014673; }

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

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

background-color css

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

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

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

border-color css

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

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

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