#23119F

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

Shades of Ultramarine #23119F

Tints of Ultramarine #23119F

Color information

#23119F (or 0x23119F) is unknown color: approx Ultramarine. HEX triplet: 23, 11 and 9F. RGB value is (35,17,159). Sum of RGB (Red+Green+Blue) = 35+17+159=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #23119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23119F is #DCEE60. Grayscale: #262626. Windows color (decimal): -14478945 or 10424611. OLE color: 10424611.

HSL color Cylindrical-coordinate representation of color #23119F: hue angle of 247.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23119F is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3517159-
CMYK0.780.8900.38
HSL247.61º80.68%34.51%-
HSV(B)247.61º89.31%62.35%-
XYZ7.153.2633.05-
YUV38.57195.96125.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=16.59%
G=8.06%
B=75.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35171590.780.8900.38247.6180.6834.51
Hex23119F4E59026f85123
Octal432123711613104637012143
Binary1000111000110011111100111010110010100110111110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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