Html Css Color HEX #0A47BD Cobalt

📋 copy color: '#0A47BD'

red 10 ◦ green 71 ◦ blue 189

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

Shades of Cobalt #0A47BD

Tints of Cobalt #0A47BD

RGB

 RED value IS 10 (4.3% from 255) = 3.7%

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

 BLUE value IS 189 (74.22% from 255) = 70%

R = 3.7%
G = 26.3%
B = 70%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A47BD (or 0x0A47BD) is known color: Cobalt. HEX triplet: 0A, 47 and BD. RGB value is (10,71,189). Sum of RGB (Red+Green+Blue) = 10+71+189=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A47BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A47BD is #F5B842. Grayscale: #414141. Windows color (decimal): -16103491 or 12404490. OLE color: 12404490.

HSL color Cylindrical-coordinate representation of color #0A47BD: hue angle of 219.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A47BD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 71 189 -
CMYK 0.95 0.62 0 0.26
HSL 219.55º 0.9% 0.39% -
HSV(B) 219.55º 0.95% 0.74% -
XYZ 11.56 8.25 49.13 -
YUV 66.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 10 71 189 0.95 0.62 0 0.26 219.55 0.9 0.39
Hex A 47 BD 5F 3E 0 1A DC 5A 27
Octal 12 107 275 137 76 0 32 334 132 47
Binary 1010 1000111 10111101 1011111 111110 0 11010 11011100 1011010 100111

Color Harmonies of #0A47BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A47BD

Black with #0A47BD

Text Example


Text Example

White with #0A47BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A47BD; }

 p { color: rgb(10,71,189); }

 H1.HeaderClassName
 {
   color: #0A47BD;
 }
 .AnyTagClassName
 {
   color: #0A47BD;
 }
</style>

background-color css

<style>
 a { background-color: #0A47BD; }

 a { background-color: rgb(10,71,189); }

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

border-color css

<style>
 span { border-color: #0A47BD; }

 span { border-color: rgb(10,71,189); }

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