Html Css Color HEX #1047AA Cobalt

📋 copy color: '#1047AA'

red 16 ◦ green 71 ◦ blue 170

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

Shades of Cobalt #1047AA

Tints of Cobalt #1047AA

RGB

 RED value IS 16 (6.64% from 255) = 6.23%

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

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 6.23%
G = 27.63%
B = 66.15%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1047AA (or 0x1047AA) is known color: Cobalt. HEX triplet: 10, 47 and AA. RGB value is (16,71,170). Sum of RGB (Red+Green+Blue) = 16+71+170=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #1047AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1047AA is #EFB855. Grayscale: #414141. Windows color (decimal): -15710294 or 11159312. OLE color: 11159312.

HSL color Cylindrical-coordinate representation of color #1047AA: hue angle of 218.57º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1047AA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 71 170 -
CMYK 0.91 0.58 0 0.33
HSL 218.57º 0.83% 0.36% -
HSV(B) 218.57º 0.91% 0.67% -
XYZ 9.72 7.52 38.97 -
YUV 65.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 16 71 170 0.91 0.58 0 0.33 218.57 0.83 0.36
Hex 10 47 AA 5B 3A 0 21 DB 53 24
Octal 20 107 252 133 72 0 41 333 123 44
Binary 10000 1000111 10101010 1011011 111010 0 100001 11011011 1010011 100100

Color Harmonies of #1047AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1047AA

Black with #1047AA

Text Example


Text Example

White with #1047AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1047AA; }

 p { color: rgb(16,71,170); }

 H1.HeaderClassName
 {
   color: #1047AA;
 }
 .AnyTagClassName
 {
   color: #1047AA;
 }
</style>

background-color css

<style>
 a { background-color: #1047AA; }

 a { background-color: rgb(16,71,170); }

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

border-color css

<style>
 span { border-color: #1047AA; }

 span { border-color: rgb(16,71,170); }

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