Html Css Color HEX #11048E Ultramarine

📋 copy color: '#11048E'

red 17 ◦ green 4 ◦ blue 142

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

Shades of Ultramarine #11048E

Tints of Ultramarine #11048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 87.12%

R = 10.43%
G = 2.45%
B = 87.12%

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

#11048E (or 0x11048E) is known color: Ultramarine. HEX triplet: 11, 04 and 8E. RGB value is (17,4,142). Sum of RGB (Red+Green+Blue) = 17+4+142=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #11048E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11048E is #EEFB71. Grayscale: #171717. Windows color (decimal): -15661938 or 9307153. OLE color: 9307153.

HSL color Cylindrical-coordinate representation of color #11048E: hue angle of 245.65º 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 #11048E is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 4 142 -
CMYK 0.88 0.97 0 0.44
HSL 245.65º 0.95% 0.29% -
HSV(B) 245.65º 0.97% 0.56% -
XYZ 5.16 2.16 25.74 -
YUV 23.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 17 4 142 0.88 0.97 0 0.44 245.65 0.95 0.29
Hex 11 4 8E 58 61 0 2C F6 5F 1D
Octal 21 4 216 130 141 0 54 366 137 35
Binary 10001 100 10001110 1011000 1100001 0 101100 11110110 1011111 11101

Color Harmonies of #11048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11048E

Black with #11048E

Text Example


Text Example

White with #11048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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