Html Css Color HEX #014A96 Cobalt

📋 copy color: '#014A96'

red 1 ◦ green 74 ◦ blue 150

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

Shades of Cobalt #014A96

Tints of Cobalt #014A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 0.44%
G = 32.89%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014A96 (or 0x014A96) is known color: Cobalt. HEX triplet: 01, 4A and 96. RGB value is (1,74,150). Sum of RGB (Red+Green+Blue) = 1+74+150=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #014A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A96 is #FEB569. Grayscale: #3C3C3C. Windows color (decimal): -16692586 or 9849345. OLE color: 9849345.

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

Color convert

RGB 1 74 150 -
CMYK 0.99 0.51 0 0.41
HSL 210.6º 0.99% 0.3% -
HSV(B) 210.6º 0.99% 0.59% -
XYZ 7.97 7.11 29.81 -
YUV 60.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 1 74 150 0.99 0.51 0 0.41 210.6 0.99 0.3
Hex 1 4A 96 63 33 0 29 D3 63 1E
Octal 1 112 226 143 63 0 51 323 143 36
Binary 1 1001010 10010110 1100011 110011 0 101001 11010011 1100011 11110

Color Harmonies of #014A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A96

Black with #014A96

Text Example


Text Example

White with #014A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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