Html Css Color HEX #014ABA Cobalt

📋 copy color: '#014ABA'

red 1 ◦ green 74 ◦ blue 186

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

Shades of Cobalt #014ABA

Tints of Cobalt #014ABA

RGB

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

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

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

R = 0.38%
G = 28.35%
B = 71.26%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#014ABA (or 0x014ABA) is known color: Cobalt. HEX triplet: 01, 4A and BA. RGB value is (1,74,186). Sum of RGB (Red+Green+Blue) = 1+74+186=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #014ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABA is #FEB545. Grayscale: #404040. Windows color (decimal): -16692550 or 12208641. OLE color: 12208641.

HSL color Cylindrical-coordinate representation of color #014ABA: hue angle of 216.32º 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 #014ABA is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 74 186 -
CMYK 0.99 0.60 0 0.27
HSL 216.32º 0.99% 0.37% -
HSV(B) 216.32º 0.99% 0.73% -
XYZ 11.32 8.45 47.49 -
YUV 64.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 1 74 186 0.99 0.60 0 0.27 216.32 0.99 0.37
Hex 1 4A BA 63 3C 0 1B D8 63 25
Octal 1 112 272 143 74 0 33 330 143 45
Binary 1 1001010 10111010 1100011 111100 0 11011 11011000 1100011 100101

Color Harmonies of #014ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ABA

Black with #014ABA

Text Example


Text Example

White with #014ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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