#11238A

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

Shades of Ultramarine #11238A

Tints of Ultramarine #11238A

Color information

#11238A (or 0x11238A) is unknown color: approx Ultramarine. HEX triplet: 11, 23 and 8A. RGB value is (17,35,138). Sum of RGB (Red+Green+Blue) = 17+35+138=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #11238A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11238A is #EEDC75. Grayscale: #282828. Windows color (decimal): -15654006 or 9052945. OLE color: 9052945.

HSL color Cylindrical-coordinate representation of color #11238A: hue angle of 231.07º 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 #11238A is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1735138-
CMYK0.880.7500.46
HSL231.07º78.06%30.39%-
HSV(B)231.07º87.68%54.12%-
XYZ5.423.1624.37-
YUV41.36182.54110.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=8.95%
G=18.42%
B=72.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17351380.880.7500.46231.0778.0630.39
Hex11238A584B02Ee74e1e
Octal214321213011305634711636
Binary100011000111000101010110001001011010111011100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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