Html Css Color HEX #014ABF Cobalt

📋 copy color: '#014ABF'

red 1 ◦ green 74 ◦ blue 191

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

Shades of Cobalt #014ABF

Tints of Cobalt #014ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.8%

R = 0.38%
G = 27.82%
B = 71.8%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#014ABF (or 0x014ABF) is known color: Cobalt. HEX triplet: 01, 4A and BF. RGB value is (1,74,191). Sum of RGB (Red+Green+Blue) = 1+74+191=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #014ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABF is #FEB540. Grayscale: #404040. Windows color (decimal): -16692545 or 12536321. OLE color: 12536321.

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

Color convert

RGB 1 74 191 -
CMYK 0.99 0.61 0 0.25
HSL 216.95º 0.99% 0.38% -
HSV(B) 216.95º 0.99% 0.75% -
XYZ 11.87 8.67 50.34 -
YUV 65.51 198.82 81.99 -
System Red Green Blue C M Y K H S L
Decimal 1 74 191 0.99 0.61 0 0.25 216.95 0.99 0.38
Hex 1 4A BF 63 3D 0 19 D9 63 26
Octal 1 112 277 143 75 0 31 331 143 46
Binary 1 1001010 10111111 1100011 111101 0 11001 11011001 1100011 100110

Color Harmonies of #014ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ABF

Black with #014ABF

Text Example


Text Example

White with #014ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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