Html Css Color HEX #11049F Ultramarine

📋 copy color: '#11049F'

red 17 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #11049F

Tints of Ultramarine #11049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 9.44%
G = 2.22%
B = 88.33%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11049F (or 0x11049F) is known color: Ultramarine. HEX triplet: 11, 04 and 9F. RGB value is (17,4,159). Sum of RGB (Red+Green+Blue) = 17+4+159=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #11049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11049F is #EEFB60. Grayscale: #181818. Windows color (decimal): -15661921 or 10421265. OLE color: 10421265.

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

Color convert

RGB 17 4 159 -
CMYK 0.89 0.97 0 0.38
HSL 245.03º 0.95% 0.32% -
HSV(B) 245.03º 0.97% 0.62% -
XYZ 6.53 2.71 32.98 -
YUV 25.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 17 4 159 0.89 0.97 0 0.38 245.03 0.95 0.32
Hex 11 4 9F 59 61 0 26 F5 5F 20
Octal 21 4 237 131 141 0 46 365 137 40
Binary 10001 100 10011111 1011001 1100001 0 100110 11110101 1011111 100000

Color Harmonies of #11049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11049F

Black with #11049F

Text Example


Text Example

White with #11049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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