Html Css Color HEX #014CB5 Cobalt

📋 copy color: '#014CB5'

red 1 ◦ green 76 ◦ blue 181

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

Shades of Cobalt #014CB5

Tints of Cobalt #014CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 70.16%

R = 0.39%
G = 29.46%
B = 70.16%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#014CB5 (or 0x014CB5) is known color: Cobalt. HEX triplet: 01, 4C and B5. RGB value is (1,76,181). Sum of RGB (Red+Green+Blue) = 1+76+181=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #014CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CB5 is #FEB34A. Grayscale: #414141. Windows color (decimal): -16692043 or 11881473. OLE color: 11881473.

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

Color convert

RGB 1 76 181 -
CMYK 0.99 0.58 0 0.29
HSL 215º 0.99% 0.36% -
HSV(B) 215º 0.99% 0.71% -
XYZ 10.94 8.51 44.78 -
YUV 65.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 1 76 181 0.99 0.58 0 0.29 215 0.99 0.36
Hex 1 4C B5 63 3A 0 1D D7 63 24
Octal 1 114 265 143 72 0 35 327 143 44
Binary 1 1001100 10110101 1100011 111010 0 11101 11010111 1100011 100100

Color Harmonies of #014CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CB5

Black with #014CB5

Text Example


Text Example

White with #014CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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