Html Css Color HEX #1046A9 Cobalt

📋 copy color: '#1046A9'

red 16 ◦ green 70 ◦ blue 169

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

Shades of Cobalt #1046A9

Tints of Cobalt #1046A9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 169 (66.41% from 255) = 66.27%

R = 6.27%
G = 27.45%
B = 66.27%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1046A9 (or 0x1046A9) is known color: Cobalt. HEX triplet: 10, 46 and A9. RGB value is (16,70,169). Sum of RGB (Red+Green+Blue) = 16+70+169=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 169 (66.41% from 255 or 66.27% from 255); Max value from RGB is 169 - color contains mainly: blue. Hex color #1046A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1046A9 is #EFB956. Grayscale: #404040. Windows color (decimal): -15710551 or 11093520. OLE color: 11093520.

HSL color Cylindrical-coordinate representation of color #1046A9: hue angle of 218.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1046A9 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 70 169 -
CMYK 0.91 0.59 0 0.34
HSL 218.82º 0.83% 0.36% -
HSV(B) 218.82º 0.91% 0.66% -
XYZ 9.57 7.36 38.45 -
YUV 65.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 16 70 169 0.91 0.59 0 0.34 218.82 0.83 0.36
Hex 10 46 A9 5B 3B 0 22 DB 53 24
Octal 20 106 251 133 73 0 42 333 123 44
Binary 10000 1000110 10101001 1011011 111011 0 100010 11011011 1010011 100100

Color Harmonies of #1046A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1046A9

Black with #1046A9

Text Example


Text Example

White with #1046A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1046A9; }

 p { color: rgb(16,70,169); }

 H1.HeaderClassName
 {
   color: #1046A9;
 }
 .AnyTagClassName
 {
   color: #1046A9;
 }
</style>

background-color css

<style>
 a { background-color: #1046A9; }

 a { background-color: rgb(16,70,169); }

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

border-color css

<style>
 span { border-color: #1046A9; }

 span { border-color: rgb(16,70,169); }

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