#23198F

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

Shades of Ultramarine #23198F

Tints of Ultramarine #23198F

Color information

#23198F (or 0x23198F) is unknown color: approx Ultramarine. HEX triplet: 23, 19 and 8F. RGB value is (35,25,143). Sum of RGB (Red+Green+Blue) = 35+25+143=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #23198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23198F is #DCE670. Grayscale: #282828. Windows color (decimal): -14476913 or 9378083. OLE color: 9378083.

HSL color Cylindrical-coordinate representation of color #23198F: hue angle of 245.08º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23198F is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3525143-
CMYK0.760.8300.44
HSL245.08º70.24%32.94%-
HSV(B)245.08º82.52%56.08%-
XYZ63.0426.26-
YUV41.44185.31123.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 143 (56.25% from 255) = 70.44%
R=17.24%
G=12.32%
B=70.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35251430.760.8300.44245.0870.2432.94
Hex23198F4C5302Cf54621
Octal433121711412305436510641
Binary1000111100110001111100110010100110101100111101011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,25,143); }

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

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

 a { background-color: rgb(35,25,143); }

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

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

 span { border-color: rgb(35,25,143); }

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