Html Css Color HEX #0147AD Cobalt

📋 copy color: '#0147AD'

red 1 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #0147AD

Tints of Cobalt #0147AD

RGB

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

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

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

R = 0.41%
G = 28.98%
B = 70.61%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0147AD (or 0x0147AD) is known color: Cobalt. HEX triplet: 01, 47 and AD. RGB value is (1,71,173). Sum of RGB (Red+Green+Blue) = 1+71+173=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #0147AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0147AD is #FEB852. Grayscale: #3D3D3D. Windows color (decimal): -16693331 or 11355905. OLE color: 11355905.

HSL color Cylindrical-coordinate representation of color #0147AD: hue angle of 215.58º 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 #0147AD is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 71 173 -
CMYK 0.99 0.59 0 0.32
HSL 215.58º 0.99% 0.34% -
HSV(B) 215.58º 0.99% 0.68% -
XYZ 9.81 7.53 40.47 -
YUV 61.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 1 71 173 0.99 0.59 0 0.32 215.58 0.99 0.34
Hex 1 47 AD 63 3B 0 20 D8 63 22
Octal 1 107 255 143 73 0 40 330 143 42
Binary 1 1000111 10101101 1100011 111011 0 100000 11011000 1100011 100010

Color Harmonies of #0147AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0147AD

Black with #0147AD

Text Example


Text Example

White with #0147AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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