Html Css Color HEX #014173 Dark Cerulean

📋 copy color: '#014173'

red 1 ◦ green 65 ◦ blue 115

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

Shades of Dark Cerulean #014173

Tints of Dark Cerulean #014173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

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

R = 0.55%
G = 35.91%
B = 63.54%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014173 (or 0x014173) is known color: Dark Cerulean. HEX triplet: 01, 41 and 73. RGB value is (1,65,115). Sum of RGB (Red+Green+Blue) = 1+65+115=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #014173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014173 is #FEBE8C. Grayscale: #333333. Windows color (decimal): -16694925 or 7553281. OLE color: 7553281.

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

Color convert

RGB 1 65 115 -
CMYK 0.99 0.43 0 0.55
HSL 206.32º 0.98% 0.23% -
HSV(B) 206.32º 0.99% 0.45% -
XYZ 5 5.02 16.93 -
YUV 51.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 1 65 115 0.99 0.43 0 0.55 206.32 0.98 0.23
Hex 1 41 73 63 2B 0 37 CE 62 17
Octal 1 101 163 143 53 0 67 316 142 27
Binary 1 1000001 1110011 1100011 101011 0 110111 11001110 1100010 10111

Color Harmonies of #014173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014173

Black with #014173

Text Example


Text Example

White with #014173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014173; }

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

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

background-color css

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

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

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

border-color css

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

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

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