Html Css Color HEX #0147A4 Cobalt

📋 copy color: '#0147A4'

red 1 ◦ green 71 ◦ blue 164

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

Shades of Cobalt #0147A4

Tints of Cobalt #0147A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 69.49%

R = 0.42%
G = 30.08%
B = 69.49%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0147A4 (or 0x0147A4) is known color: Cobalt. HEX triplet: 01, 47 and A4. RGB value is (1,71,164). Sum of RGB (Red+Green+Blue) = 1+71+164=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #0147A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0147A4 is #FEB85B. Grayscale: #3C3C3C. Windows color (decimal): -16693340 or 10766081. OLE color: 10766081.

HSL color Cylindrical-coordinate representation of color #0147A4: hue angle of 214.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0147A4 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 71 164 -
CMYK 0.99 0.57 0 0.36
HSL 214.23º 0.99% 0.32% -
HSV(B) 214.23º 0.99% 0.64% -
XYZ 8.97 7.19 36.04 -
YUV 60.67 186.31 85.44 -
System Red Green Blue C M Y K H S L
Decimal 1 71 164 0.99 0.57 0 0.36 214.23 0.99 0.32
Hex 1 47 A4 63 39 0 24 D6 63 20
Octal 1 107 244 143 71 0 44 326 143 40
Binary 1 1000111 10100100 1100011 111001 0 100100 11010110 1100011 100000

Color Harmonies of #0147A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0147A4

Black with #0147A4

Text Example


Text Example

White with #0147A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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