#231192

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

Shades of Ultramarine #231192

Tints of Ultramarine #231192

Color information

#231192 (or 0x231192) is unknown color: approx Ultramarine. HEX triplet: 23, 11 and 92. RGB value is (35,17,146). Sum of RGB (Red+Green+Blue) = 35+17+146=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #231192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231192 is #DCEE6D. Grayscale: #242424. Windows color (decimal): -14478958 or 9572643. OLE color: 9572643.

HSL color Cylindrical-coordinate representation of color #231192: hue angle of 248.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231192 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3517146-
CMYK0.760.8800.43
HSL248.37º79.14%31.96%-
HSV(B)248.37º88.36%57.25%-
XYZ6.082.8327.42-
YUV37.09189.46126.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 146 (57.42% from 255) = 73.74%
R=17.68%
G=8.59%
B=73.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35171460.760.8800.43248.3779.1431.96
Hex2311924C5802Bf84f20
Octal432122211413005337011740
Binary1000111000110010010100110010110000101011111110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231192; }

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

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

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

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

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

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

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

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