Html Css Color HEX #1047AB Cobalt

📋 copy color: '#1047AB'

red 16 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #1047AB

Tints of Cobalt #1047AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 6.2%
G = 27.52%
B = 66.28%

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

#1047AB (or 0x1047AB) is known color: Cobalt. HEX triplet: 10, 47 and AB. RGB value is (16,71,171). Sum of RGB (Red+Green+Blue) = 16+71+171=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1047AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1047AB is #EFB854. Grayscale: #414141. Windows color (decimal): -15710293 or 11224848. OLE color: 11224848.

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

Color convert

RGB 16 71 171 -
CMYK 0.91 0.58 0 0.33
HSL 218.71º 0.83% 0.37% -
HSV(B) 218.71º 0.91% 0.67% -
XYZ 9.82 7.56 39.47 -
YUV 65.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 16 71 171 0.91 0.58 0 0.33 218.71 0.83 0.37
Hex 10 47 AB 5B 3A 0 21 DB 53 25
Octal 20 107 253 133 72 0 41 333 123 45
Binary 10000 1000111 10101011 1011011 111010 0 100001 11011011 1010011 100101

Color Harmonies of #1047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1047AB

Black with #1047AB

Text Example


Text Example

White with #1047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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