Html Css Color HEX #01499B Cobalt

📋 copy color: '#01499B'

red 1 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #01499B

Tints of Cobalt #01499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 0.44%
G = 31.88%
B = 67.69%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01499B (or 0x01499B) is known color: Cobalt. HEX triplet: 01, 49 and 9B. RGB value is (1,73,155). Sum of RGB (Red+Green+Blue) = 1+73+155=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #01499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01499B is #FEB664. Grayscale: #3C3C3C. Windows color (decimal): -16692837 or 10176769. OLE color: 10176769.

HSL color Cylindrical-coordinate representation of color #01499B: hue angle of 211.95º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01499B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 73 155 -
CMYK 0.99 0.53 0 0.39
HSL 211.95º 0.99% 0.31% -
HSV(B) 211.95º 0.99% 0.61% -
XYZ 8.31 7.14 31.95 -
YUV 60.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 1 73 155 0.99 0.53 0 0.39 211.95 0.99 0.31
Hex 1 49 9B 63 35 0 27 D4 63 1F
Octal 1 111 233 143 65 0 47 324 143 37
Binary 1 1001001 10011011 1100011 110101 0 100111 11010100 1100011 11111

Color Harmonies of #01499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01499B

Black with #01499B

Text Example


Text Example

White with #01499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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