Html Css Color HEX #014171 Dark Cerulean

📋 copy color: '#014171'

red 1 ◦ green 65 ◦ blue 113

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

Shades of Dark Cerulean #014171

Tints of Dark Cerulean #014171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.13%

R = 0.56%
G = 36.31%
B = 63.13%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#014171 (or 0x014171) is known color: Dark Cerulean. HEX triplet: 01, 41 and 71. RGB value is (1,65,113). Sum of RGB (Red+Green+Blue) = 1+65+113=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #014171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014171 is #FEBE8E. Grayscale: #333333. Windows color (decimal): -16694927 or 7422209. OLE color: 7422209.

HSL color Cylindrical-coordinate representation of color #014171: hue angle of 205.71º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014171 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 65 113 -
CMYK 0.99 0.42 0 0.56
HSL 205.71º 0.98% 0.22% -
HSV(B) 205.71º 0.99% 0.44% -
XYZ 4.88 4.98 16.33 -
YUV 51.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 1 65 113 0.99 0.42 0 0.56 205.71 0.98 0.22
Hex 1 41 71 63 2A 0 38 CE 62 16
Octal 1 101 161 143 52 0 70 316 142 26
Binary 1 1000001 1110001 1100011 101010 0 111000 11001110 1100010 10110

Color Harmonies of #014171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014171

Black with #014171

Text Example


Text Example

White with #014171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014171; }

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

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

background-color css

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

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

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

border-color css

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

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

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