Html Css Color HEX #014CAD Cobalt

📋 copy color: '#014CAD'

red 1 ◦ green 76 ◦ blue 173

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

Shades of Cobalt #014CAD

Tints of Cobalt #014CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 0.4%
G = 30.4%
B = 69.2%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014CAD (or 0x014CAD) is known color: Cobalt. HEX triplet: 01, 4C and AD. RGB value is (1,76,173). Sum of RGB (Red+Green+Blue) = 1+76+173=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #014CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAD is #FEB352. Grayscale: #404040. Windows color (decimal): -16692051 or 11357185. OLE color: 11357185.

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

Color convert

RGB 1 76 173 -
CMYK 0.99 0.56 0 0.32
HSL 213.84º 0.99% 0.34% -
HSV(B) 213.84º 0.99% 0.68% -
XYZ 10.14 8.19 40.58 -
YUV 64.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 1 76 173 0.99 0.56 0 0.32 213.84 0.99 0.34
Hex 1 4C AD 63 38 0 20 D6 63 22
Octal 1 114 255 143 70 0 40 326 143 42
Binary 1 1001100 10101101 1100011 111000 0 100000 11010110 1100011 100010

Color Harmonies of #014CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CAD

Black with #014CAD

Text Example


Text Example

White with #014CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,76,173); }

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

background-color css

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

 a { background-color: rgb(1,76,173); }

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

border-color css

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

 span { border-color: rgb(1,76,173); }

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