Html Css Color HEX #014179 Dark Cerulean

📋 copy color: '#014179'

red 1 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #014179

Tints of Dark Cerulean #014179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 0.53%
G = 34.76%
B = 64.71%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014179 (or 0x014179) is known color: Dark Cerulean. HEX triplet: 01, 41 and 79. RGB value is (1,65,121). Sum of RGB (Red+Green+Blue) = 1+65+121=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #014179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014179 is #FEBE86. Grayscale: #333333. Windows color (decimal): -16694919 or 7946497. OLE color: 7946497.

HSL color Cylindrical-coordinate representation of color #014179: hue angle of 208º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014179 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 65 121 -
CMYK 0.99 0.46 0 0.53
HSL 208º 0.98% 0.24% -
HSV(B) 208º 0.99% 0.47% -
XYZ 5.35 5.17 18.8 -
YUV 52.25 166.8 91.45 -
System Red Green Blue C M Y K H S L
Decimal 1 65 121 0.99 0.46 0 0.53 208 0.98 0.24
Hex 1 41 79 63 2E 0 35 D0 62 18
Octal 1 101 171 143 56 0 65 320 142 30
Binary 1 1000001 1111001 1100011 101110 0 110101 11010000 1100010 11000

Color Harmonies of #014179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014179

Black with #014179

Text Example


Text Example

White with #014179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014179; }

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

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

background-color css

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

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

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

border-color css

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

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

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