Html Css Color HEX #01479F Cobalt

📋 copy color: '#01479F'

red 1 ◦ green 71 ◦ blue 159

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

Shades of Cobalt #01479F

Tints of Cobalt #01479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 0.43%
G = 30.74%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01479F (or 0x01479F) is known color: Cobalt. HEX triplet: 01, 47 and 9F. RGB value is (1,71,159). Sum of RGB (Red+Green+Blue) = 1+71+159=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #01479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01479F is #FEB860. Grayscale: #3B3B3B. Windows color (decimal): -16693345 or 10438401. OLE color: 10438401.

HSL color Cylindrical-coordinate representation of color #01479F: hue angle of 213.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01479F is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 71 159 -
CMYK 0.99 0.55 0 0.38
HSL 213.42º 0.99% 0.31% -
HSV(B) 213.42º 0.99% 0.62% -
XYZ 8.52 7.02 33.71 -
YUV 60.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 1 71 159 0.99 0.55 0 0.38 213.42 0.99 0.31
Hex 1 47 9F 63 37 0 26 D5 63 1F
Octal 1 107 237 143 67 0 46 325 143 37
Binary 1 1000111 10011111 1100011 110111 0 100110 11010101 1100011 11111

Color Harmonies of #01479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01479F

Black with #01479F

Text Example


Text Example

White with #01479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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