Html Css Color HEX #11048F Ultramarine

📋 copy color: '#11048F'

red 17 ◦ green 4 ◦ blue 143

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

Shades of Ultramarine #11048F

Tints of Ultramarine #11048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.2%

R = 10.37%
G = 2.44%
B = 87.2%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11048F (or 0x11048F) is known color: Ultramarine. HEX triplet: 11, 04 and 8F. RGB value is (17,4,143). Sum of RGB (Red+Green+Blue) = 17+4+143=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 143 (56.25% from 255 or 87.20% from 164); Max value from RGB is 143 - color contains mainly: blue. Hex color #11048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11048F is #EEFB70. Grayscale: #171717. Windows color (decimal): -15661937 or 9372689. OLE color: 9372689.

HSL color Cylindrical-coordinate representation of color #11048F: hue angle of 245.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11048F is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 4 143 -
CMYK 0.88 0.97 0 0.44
HSL 245.61º 0.95% 0.29% -
HSV(B) 245.61º 0.97% 0.56% -
XYZ 5.23 2.19 26.13 -
YUV 23.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 17 4 143 0.88 0.97 0 0.44 245.61 0.95 0.29
Hex 11 4 8F 58 61 0 2C F6 5F 1D
Octal 21 4 217 130 141 0 54 366 137 35
Binary 10001 100 10001111 1011000 1100001 0 101100 11110110 1011111 11101

Color Harmonies of #11048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11048F

Black with #11048F

Text Example


Text Example

White with #11048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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