Html Css Color HEX #11469F Cobalt

📋 copy color: '#11469F'

red 17 ◦ green 70 ◦ blue 159

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

Shades of Cobalt #11469F

Tints of Cobalt #11469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 6.91%
G = 28.46%
B = 64.63%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11469F (or 0x11469F) is known color: Cobalt. HEX triplet: 11, 46 and 9F. RGB value is (17,70,159). Sum of RGB (Red+Green+Blue) = 17+70+159=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #11469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11469F is #EEB960. Grayscale: #3F3F3F. Windows color (decimal): -15645025 or 10438161. OLE color: 10438161.

HSL color Cylindrical-coordinate representation of color #11469F: hue angle of 217.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11469F is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 70 159 -
CMYK 0.89 0.56 0 0.38
HSL 217.61º 0.81% 0.35% -
HSV(B) 217.61º 0.89% 0.62% -
XYZ 8.68 7 33.7 -
YUV 64.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 17 70 159 0.89 0.56 0 0.38 217.61 0.81 0.35
Hex 11 46 9F 59 38 0 26 DA 51 23
Octal 21 106 237 131 70 0 46 332 121 43
Binary 10001 1000110 10011111 1011001 111000 0 100110 11011010 1010001 100011

Color Harmonies of #11469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11469F

Black with #11469F

Text Example


Text Example

White with #11469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11469F; }

 p { color: rgb(17,70,159); }

 H1.HeaderClassName
 {
   color: #11469F;
 }
 .AnyTagClassName
 {
   color: #11469F;
 }
</style>

background-color css

<style>
 a { background-color: #11469F; }

 a { background-color: rgb(17,70,159); }

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

border-color css

<style>
 span { border-color: #11469F; }

 span { border-color: rgb(17,70,159); }

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