Html Css Color HEX #014BC2 Cobalt

📋 copy color: '#014BC2'

red 1 ◦ green 75 ◦ blue 194

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

Shades of Cobalt #014BC2

Tints of Cobalt #014BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 71.85%

R = 0.37%
G = 27.78%
B = 71.85%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#014BC2 (or 0x014BC2) is known color: Cobalt. HEX triplet: 01, 4B and C2. RGB value is (1,75,194). Sum of RGB (Red+Green+Blue) = 1+75+194=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 194 (76.17% from 255 or 71.85% from 270); Max value from RGB is 194 - color contains mainly: blue. Hex color #014BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BC2 is #FEB43D. Grayscale: #414141. Windows color (decimal): -16692286 or 12733185. OLE color: 12733185.

HSL color Cylindrical-coordinate representation of color #014BC2: hue angle of 216.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BC2 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 75 194 -
CMYK 0.99 0.61 0 0.24
HSL 216.99º 0.99% 0.38% -
HSV(B) 216.99º 0.99% 0.76% -
XYZ 12.27 8.93 52.12 -
YUV 66.44 199.98 81.32 -
System Red Green Blue C M Y K H S L
Decimal 1 75 194 0.99 0.61 0 0.24 216.99 0.99 0.38
Hex 1 4B C2 63 3D 0 18 D9 63 26
Octal 1 113 302 143 75 0 30 331 143 46
Binary 1 1001011 11000010 1100011 111101 0 11000 11011001 1100011 100110

Color Harmonies of #014BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BC2

Black with #014BC2

Text Example


Text Example

White with #014BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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