Html Css Color HEX #014679 Dark Cerulean

📋 copy color: '#014679'

red 1 ◦ green 70 ◦ blue 121

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

Shades of Dark Cerulean #014679

Tints of Dark Cerulean #014679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 0.52%
G = 36.46%
B = 63.02%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014679 (or 0x014679) is known color: Dark Cerulean. HEX triplet: 01, 46 and 79. RGB value is (1,70,121). Sum of RGB (Red+Green+Blue) = 1+70+121=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #014679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014679 is #FEB986. Grayscale: #363636. Windows color (decimal): -16693639 or 7947777. OLE color: 7947777.

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

Color convert

RGB 1 70 121 -
CMYK 0.99 0.42 0 0.53
HSL 205.5º 0.98% 0.24% -
HSV(B) 205.5º 0.99% 0.47% -
XYZ 5.65 5.77 18.9 -
YUV 55.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 1 70 121 0.99 0.42 0 0.53 205.5 0.98 0.24
Hex 1 46 79 63 2A 0 35 CE 62 18
Octal 1 106 171 143 52 0 65 316 142 30
Binary 1 1000110 1111001 1100011 101010 0 110101 11001110 1100010 11000

Color Harmonies of #014679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014679

Black with #014679

Text Example


Text Example

White with #014679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014679; }

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

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

background-color css

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

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

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

border-color css

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

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

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