Html Css Color HEX #014BAD Cobalt

📋 copy color: '#014BAD'

red 1 ◦ green 75 ◦ blue 173

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

Shades of Cobalt #014BAD

Tints of Cobalt #014BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

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

R = 0.4%
G = 30.12%
B = 69.48%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014BAD (or 0x014BAD) is known color: Cobalt. HEX triplet: 01, 4B and AD. RGB value is (1,75,173). Sum of RGB (Red+Green+Blue) = 1+75+173=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #014BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAD is #FEB452. Grayscale: #3F3F3F. Windows color (decimal): -16692307 or 11356929. OLE color: 11356929.

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

Color convert

RGB 1 75 173 -
CMYK 0.99 0.57 0 0.32
HSL 214.19º 0.99% 0.34% -
HSV(B) 214.19º 0.99% 0.68% -
XYZ 10.07 8.06 40.56 -
YUV 64.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 1 75 173 0.99 0.57 0 0.32 214.19 0.99 0.34
Hex 1 4B AD 63 39 0 20 D6 63 22
Octal 1 113 255 143 71 0 40 326 143 42
Binary 1 1001011 10101101 1100011 111001 0 100000 11010110 1100011 100010

Color Harmonies of #014BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BAD

Black with #014BAD

Text Example


Text Example

White with #014BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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