Html Css Color HEX #1049AF Cobalt

📋 copy color: '#1049AF'

red 16 ◦ green 73 ◦ blue 175

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

Shades of Cobalt #1049AF

Tints of Cobalt #1049AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 6.06%
G = 27.65%
B = 66.29%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1049AF (or 0x1049AF) is known color: Cobalt. HEX triplet: 10, 49 and AF. RGB value is (16,73,175). Sum of RGB (Red+Green+Blue) = 16+73+175=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #1049AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1049AF is #EFB650. Grayscale: #434343. Windows color (decimal): -15709777 or 11487504. OLE color: 11487504.

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

Color convert

RGB 16 73 175 -
CMYK 0.91 0.58 0 0.31
HSL 218.49º 0.83% 0.37% -
HSV(B) 218.49º 0.91% 0.69% -
XYZ 10.33 7.97 41.55 -
YUV 67.59 188.62 91.21 -
System Red Green Blue C M Y K H S L
Decimal 16 73 175 0.91 0.58 0 0.31 218.49 0.83 0.37
Hex 10 49 AF 5B 3A 0 1F DA 53 25
Octal 20 111 257 133 72 0 37 332 123 45
Binary 10000 1001001 10101111 1011011 111010 0 11111 11011010 1010011 100101

Color Harmonies of #1049AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049AF

Black with #1049AF

Text Example


Text Example

White with #1049AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,73,175); }

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

background-color css

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

 a { background-color: rgb(16,73,175); }

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

border-color css

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

 span { border-color: rgb(16,73,175); }

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