Html Css Color HEX #01479A Cobalt

📋 copy color: '#01479A'

red 1 ◦ green 71 ◦ blue 154

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

Shades of Cobalt #01479A

Tints of Cobalt #01479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 154 (60.55% from 255) = 68.14%

R = 0.44%
G = 31.42%
B = 68.14%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01479A (or 0x01479A) is known color: Cobalt. HEX triplet: 01, 47 and 9A. RGB value is (1,71,154). Sum of RGB (Red+Green+Blue) = 1+71+154=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #01479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01479A is #FEB865. Grayscale: #3B3B3B. Windows color (decimal): -16693350 or 10110721. OLE color: 10110721.

HSL color Cylindrical-coordinate representation of color #01479A: hue angle of 212.55º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01479A is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 71 154 -
CMYK 0.99 0.54 0 0.40
HSL 212.55º 0.99% 0.3% -
HSV(B) 212.55º 0.99% 0.6% -
XYZ 8.1 6.85 31.47 -
YUV 59.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 1 71 154 0.99 0.54 0 0.40 212.55 0.99 0.3
Hex 1 47 9A 63 36 0 28 D5 63 1E
Octal 1 107 232 143 66 0 50 325 143 36
Binary 1 1000111 10011010 1100011 110110 0 101000 11010101 1100011 11110

Color Harmonies of #01479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01479A

Black with #01479A

Text Example


Text Example

White with #01479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01479A; }

 p { color: rgb(1,71,154); }

 H1.HeaderClassName
 {
   color: #01479A;
 }
 .AnyTagClassName
 {
   color: #01479A;
 }
</style>

background-color css

<style>
 a { background-color: #01479A; }

 a { background-color: rgb(1,71,154); }

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

border-color css

<style>
 span { border-color: #01479A; }

 span { border-color: rgb(1,71,154); }

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