Html Css Color HEX #0149AD Cobalt

📋 copy color: '#0149AD'

red 1 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #0149AD

Tints of Cobalt #0149AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 0.4%
G = 29.55%
B = 70.04%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0149AD (or 0x0149AD) is known color: Cobalt. HEX triplet: 01, 49 and AD. RGB value is (1,73,173). Sum of RGB (Red+Green+Blue) = 1+73+173=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0149AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0149AD is #FEB652. Grayscale: #3E3E3E. Windows color (decimal): -16692819 or 11356417. OLE color: 11356417.

HSL color Cylindrical-coordinate representation of color #0149AD: hue angle of 214.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0149AD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 73 173 -
CMYK 0.99 0.58 0 0.32
HSL 214.88º 0.99% 0.34% -
HSV(B) 214.88º 0.99% 0.68% -
XYZ 9.94 7.79 40.51 -
YUV 62.87 190.15 83.87 -
System Red Green Blue C M Y K H S L
Decimal 1 73 173 0.99 0.58 0 0.32 214.88 0.99 0.34
Hex 1 49 AD 63 3A 0 20 D7 63 22
Octal 1 111 255 143 72 0 40 327 143 42
Binary 1 1001001 10101101 1100011 111010 0 100000 11010111 1100011 100010

Color Harmonies of #0149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0149AD

Black with #0149AD

Text Example


Text Example

White with #0149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0149AD; }

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

 H1.HeaderClassName
 {
   color: #0149AD;
 }
 .AnyTagClassName
 {
   color: #0149AD;
 }
</style>

background-color css

<style>
 a { background-color: #0149AD; }

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

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

border-color css

<style>
 span { border-color: #0149AD; }

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

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