Html Css Color HEX #014AB1 Cobalt

📋 copy color: '#014AB1'

red 1 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #014AB1

Tints of Cobalt #014AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

 BLUE value IS 177 (69.53% from 255) = 70.24%

R = 0.4%
G = 29.37%
B = 70.24%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#014AB1 (or 0x014AB1) is known color: Cobalt. HEX triplet: 01, 4A and B1. RGB value is (1,74,177). Sum of RGB (Red+Green+Blue) = 1+74+177=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #014AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AB1 is #FEB54E. Grayscale: #3F3F3F. Windows color (decimal): -16692559 or 11618817. OLE color: 11618817.

HSL color Cylindrical-coordinate representation of color #014AB1: hue angle of 215.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AB1 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 74 177 -
CMYK 0.99 0.58 0 0.31
HSL 215.11º 0.99% 0.35% -
HSV(B) 215.11º 0.99% 0.69% -
XYZ 10.4 8.08 42.61 -
YUV 63.92 191.82 83.12 -
System Red Green Blue C M Y K H S L
Decimal 1 74 177 0.99 0.58 0 0.31 215.11 0.99 0.35
Hex 1 4A B1 63 3A 0 1F D7 63 23
Octal 1 112 261 143 72 0 37 327 143 43
Binary 1 1001010 10110001 1100011 111010 0 11111 11010111 1100011 100011

Color Harmonies of #014AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AB1

Black with #014AB1

Text Example


Text Example

White with #014AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,74,177); }

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

background-color css

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

 a { background-color: rgb(1,74,177); }

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

border-color css

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

 span { border-color: rgb(1,74,177); }

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