Html Css Color HEX #014073 Dark Cerulean

📋 copy color: '#014073'

red 1 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #014073

Tints of Dark Cerulean #014073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

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

R = 0.56%
G = 35.56%
B = 63.89%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014073 (or 0x014073) is known color: Dark Cerulean. HEX triplet: 01, 40 and 73. RGB value is (1,64,115). Sum of RGB (Red+Green+Blue) = 1+64+115=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #014073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014073 is #FEBF8C. Grayscale: #323232. Windows color (decimal): -16695181 or 7553025. OLE color: 7553025.

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

Color convert

RGB 1 64 115 -
CMYK 0.99 0.44 0 0.55
HSL 206.84º 0.98% 0.23% -
HSV(B) 206.84º 0.99% 0.45% -
XYZ 4.94 4.91 16.91 -
YUV 50.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 1 64 115 0.99 0.44 0 0.55 206.84 0.98 0.23
Hex 1 40 73 63 2C 0 37 CF 62 17
Octal 1 100 163 143 54 0 67 317 142 27
Binary 1 1000000 1110011 1100011 101100 0 110111 11001111 1100010 10111

Color Harmonies of #014073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014073

Black with #014073

Text Example


Text Example

White with #014073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014073; }

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

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

background-color css

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

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

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

border-color css

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

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

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