Html Css Color HEX #014DAC Cobalt

📋 copy color: '#014DAC'

red 1 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #014DAC

Tints of Cobalt #014DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 0.4%
G = 30.8%
B = 68.8%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#014DAC (or 0x014DAC) is known color: Cobalt. HEX triplet: 01, 4D and AC. RGB value is (1,77,172). Sum of RGB (Red+Green+Blue) = 1+77+172=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #014DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAC is #FEB253. Grayscale: #404040. Windows color (decimal): -16691796 or 11291905. OLE color: 11291905.

HSL color Cylindrical-coordinate representation of color #014DAC: hue angle of 213.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DAC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 77 172 -
CMYK 0.99 0.55 0 0.33
HSL 213.33º 0.99% 0.34% -
HSV(B) 213.33º 0.99% 0.67% -
XYZ 10.11 8.29 40.1 -
YUV 65.11 188.32 82.28 -
System Red Green Blue C M Y K H S L
Decimal 1 77 172 0.99 0.55 0 0.33 213.33 0.99 0.34
Hex 1 4D AC 63 37 0 21 D5 63 22
Octal 1 115 254 143 67 0 41 325 143 42
Binary 1 1001101 10101100 1100011 110111 0 100001 11010101 1100011 100010

Color Harmonies of #014DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DAC

Black with #014DAC

Text Example


Text Example

White with #014DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014DAC; }

 p { color: rgb(1,77,172); }

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

background-color css

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

 a { background-color: rgb(1,77,172); }

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

border-color css

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

 span { border-color: rgb(1,77,172); }

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