Html Css Color HEX #1147AF Cobalt

📋 copy color: '#1147AF'

red 17 ◦ green 71 ◦ blue 175

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

Shades of Cobalt #1147AF

Tints of Cobalt #1147AF

RGB

 RED value IS 17 (7.03% from 255) = 6.46%

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

 BLUE value IS 175 (68.75% from 255) = 66.54%

R = 6.46%
G = 27%
B = 66.54%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1147AF (or 0x1147AF) is known color: Cobalt. HEX triplet: 11, 47 and AF. RGB value is (17,71,175). Sum of RGB (Red+Green+Blue) = 17+71+175=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #1147AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147AF is #EEB850. Grayscale: #424242. Windows color (decimal): -15644753 or 11486993. OLE color: 11486993.

HSL color Cylindrical-coordinate representation of color #1147AF: hue angle of 219.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1147AF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 71 175 -
CMYK 0.90 0.59 0 0.31
HSL 219.49º 0.82% 0.38% -
HSV(B) 219.49º 0.9% 0.69% -
XYZ 10.22 7.72 41.51 -
YUV 66.71 189.11 92.54 -
System Red Green Blue C M Y K H S L
Decimal 17 71 175 0.90 0.59 0 0.31 219.49 0.82 0.38
Hex 11 47 AF 5A 3B 0 1F DB 52 26
Octal 21 107 257 132 73 0 37 333 122 46
Binary 10001 1000111 10101111 1011010 111011 0 11111 11011011 1010010 100110

Color Harmonies of #1147AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1147AF

Black with #1147AF

Text Example


Text Example

White with #1147AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1147AF; }

 p { color: rgb(17,71,175); }

 H1.HeaderClassName
 {
   color: #1147AF;
 }
 .AnyTagClassName
 {
   color: #1147AF;
 }
</style>

background-color css

<style>
 a { background-color: #1147AF; }

 a { background-color: rgb(17,71,175); }

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

border-color css

<style>
 span { border-color: #1147AF; }

 span { border-color: rgb(17,71,175); }

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