Html Css Color HEX #014CAB Cobalt

📋 copy color: '#014CAB'

red 1 ◦ green 76 ◦ blue 171

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

Shades of Cobalt #014CAB

Tints of Cobalt #014CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 0.4%
G = 30.65%
B = 68.95%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#014CAB (or 0x014CAB) is known color: Cobalt. HEX triplet: 01, 4C and AB. RGB value is (1,76,171). Sum of RGB (Red+Green+Blue) = 1+76+171=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #014CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAB is #FEB354. Grayscale: #3F3F3F. Windows color (decimal): -16692053 or 11226113. OLE color: 11226113.

HSL color Cylindrical-coordinate representation of color #014CAB: hue angle of 213.53º 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 #014CAB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 76 171 -
CMYK 0.99 0.56 0 0.33
HSL 213.53º 0.99% 0.34% -
HSV(B) 213.53º 0.99% 0.67% -
XYZ 9.95 8.12 39.57 -
YUV 64.41 188.15 82.78 -
System Red Green Blue C M Y K H S L
Decimal 1 76 171 0.99 0.56 0 0.33 213.53 0.99 0.34
Hex 1 4C AB 63 38 0 21 D6 63 22
Octal 1 114 253 143 70 0 41 326 143 42
Binary 1 1001100 10101011 1100011 111000 0 100001 11010110 1100011 100010

Color Harmonies of #014CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CAB

Black with #014CAB

Text Example


Text Example

White with #014CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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