Html Css Color HEX #014174 Dark Cerulean

📋 copy color: '#014174'

red 1 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #014174

Tints of Dark Cerulean #014174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 0.55%
G = 35.71%
B = 63.74%

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

#014174 (or 0x014174) is known color: Dark Cerulean. HEX triplet: 01, 41 and 74. RGB value is (1,65,116). Sum of RGB (Red+Green+Blue) = 1+65+116=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #014174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014174 is #FEBE8B. Grayscale: #333333. Windows color (decimal): -16694924 or 7618817. OLE color: 7618817.

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

Color convert

RGB 1 65 116 -
CMYK 0.99 0.44 0 0.55
HSL 206.61º 0.98% 0.23% -
HSV(B) 206.61º 0.99% 0.45% -
XYZ 5.06 5.05 17.23 -
YUV 51.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 1 65 116 0.99 0.44 0 0.55 206.61 0.98 0.23
Hex 1 41 74 63 2C 0 37 CF 62 17
Octal 1 101 164 143 54 0 67 317 142 27
Binary 1 1000001 1110100 1100011 101100 0 110111 11001111 1100010 10111

Color Harmonies of #014174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014174

Black with #014174

Text Example


Text Example

White with #014174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014174; }

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

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

background-color css

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

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

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

border-color css

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

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

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