#11148A

Color #11148A Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #11148A

Tints of Ultramarine #11148A

Color information

#11148A (or 0x11148A) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 8A. RGB value is (17,20,138). Sum of RGB (Red+Green+Blue) = 17+20+138=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #11148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11148A is #EEEB75. Grayscale: #202020. Windows color (decimal): -15657846 or 9049105. OLE color: 9049105.

HSL color Cylindrical-coordinate representation of color #11148A: hue angle of 238.51º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11148A is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1720138-
CMYK0.880.8600.46
HSL238.51º78.06%30.39%-
HSV(B)238.51º87.68%54.12%-
XYZ5.072.4524.25-
YUV32.56187.51116.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=9.71%
G=11.43%
B=78.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17201380.880.8600.46238.5178.0630.39
Hex11148A585602Eef4e1e
Octal212421213012605635711636
Binary10001101001000101010110001010110010111011101111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11148A; }

 p { color: rgb(17,20,138); }

 H1.HeaderClassName
 {
   color: #11148A;
 }
 .AnyTagClassName
 {
   color: #11148A;
 }
</style>
background-color css

<style>
 a { background-color: #11148A; }

 a { background-color: rgb(17,20,138); }

 div.DivClassName
 {
   background-color: #11148A;
 }
 .BgClassName
 {
   background-color: #11148A;
 }
</style>
border-color css

<style>
 span { border-color: #11148A; }

 span { border-color: rgb(17,20,138); }

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