Html Css Color HEX #01499F Cobalt

📋 copy color: '#01499F'

red 1 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #01499F

Tints of Cobalt #01499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 0.43%
G = 31.33%
B = 68.24%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01499F (or 0x01499F) is known color: Cobalt. HEX triplet: 01, 49 and 9F. RGB value is (1,73,159). Sum of RGB (Red+Green+Blue) = 1+73+159=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #01499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01499F is #FEB660. Grayscale: #3C3C3C. Windows color (decimal): -16692833 or 10438913. OLE color: 10438913.

HSL color Cylindrical-coordinate representation of color #01499F: hue angle of 212.66º 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 #01499F is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 73 159 -
CMYK 0.99 0.54 0 0.38
HSL 212.66º 0.99% 0.31% -
HSV(B) 212.66º 0.99% 0.62% -
XYZ 8.65 7.27 33.75 -
YUV 61.28 183.15 85.01 -
System Red Green Blue C M Y K H S L
Decimal 1 73 159 0.99 0.54 0 0.38 212.66 0.99 0.31
Hex 1 49 9F 63 36 0 26 D5 63 1F
Octal 1 111 237 143 66 0 46 325 143 37
Binary 1 1001001 10011111 1100011 110110 0 100110 11010101 1100011 11111

Color Harmonies of #01499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01499F

Black with #01499F

Text Example


Text Example

White with #01499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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