Html Css Color HEX #0147A9 Cobalt

📋 copy color: '#0147A9'

red 1 ◦ green 71 ◦ blue 169

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

Shades of Cobalt #0147A9

Tints of Cobalt #0147A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 70.12%

R = 0.41%
G = 29.46%
B = 70.12%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0147A9 (or 0x0147A9) is known color: Cobalt. HEX triplet: 01, 47 and A9. RGB value is (1,71,169). Sum of RGB (Red+Green+Blue) = 1+71+169=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #0147A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0147A9 is #FEB856. Grayscale: #3C3C3C. Windows color (decimal): -16693335 or 11093761. OLE color: 11093761.

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

Color convert

RGB 1 71 169 -
CMYK 0.99 0.58 0 0.34
HSL 215º 0.99% 0.33% -
HSV(B) 215º 0.99% 0.66% -
XYZ 9.43 7.38 38.46 -
YUV 61.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 1 71 169 0.99 0.58 0 0.34 215 0.99 0.33
Hex 1 47 A9 63 3A 0 22 D7 63 21
Octal 1 107 251 143 72 0 42 327 143 41
Binary 1 1000111 10101001 1100011 111010 0 100010 11010111 1100011 100001

Color Harmonies of #0147A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0147A9

Black with #0147A9

Text Example


Text Example

White with #0147A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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