Html Css Color HEX #014CBA Cobalt

📋 copy color: '#014CBA'

red 1 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #014CBA

Tints of Cobalt #014CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 0.38%
G = 28.9%
B = 70.72%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014CBA (or 0x014CBA) is known color: Cobalt. HEX triplet: 01, 4C and BA. RGB value is (1,76,186). Sum of RGB (Red+Green+Blue) = 1+76+186=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #014CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CBA is #FEB345. Grayscale: #414141. Windows color (decimal): -16692038 or 12209153. OLE color: 12209153.

HSL color Cylindrical-coordinate representation of color #014CBA: hue angle of 215.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CBA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 76 186 -
CMYK 0.99 0.59 0 0.27
HSL 215.68º 0.99% 0.37% -
HSV(B) 215.68º 0.99% 0.73% -
XYZ 11.46 8.72 47.53 -
YUV 66.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 1 76 186 0.99 0.59 0 0.27 215.68 0.99 0.37
Hex 1 4C BA 63 3B 0 1B D8 63 25
Octal 1 114 272 143 73 0 33 330 143 45
Binary 1 1001100 10111010 1100011 111011 0 11011 11011000 1100011 100101

Color Harmonies of #014CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CBA

Black with #014CBA

Text Example


Text Example

White with #014CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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