#23158A

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

Shades of Ultramarine #23158A

Tints of Ultramarine #23158A

Color information

#23158A (or 0x23158A) is unknown color: approx Ultramarine. HEX triplet: 23, 15 and 8A. RGB value is (35,21,138). Sum of RGB (Red+Green+Blue) = 35+21+138=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #23158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23158A is #DCEA75. Grayscale: #262626. Windows color (decimal): -14477942 or 9049379. OLE color: 9049379.

HSL color Cylindrical-coordinate representation of color #23158A: hue angle of 247.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23158A is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3521138-
CMYK0.750.8500.46
HSL247.18º73.58%31.18%-
HSV(B)247.18º84.78%54.12%-
XYZ5.552.7324.28-
YUV38.52184.14125.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=18.04%
G=10.82%
B=71.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35211380.750.8500.46247.1873.5831.18
Hex23158A4B5502Ef74a1f
Octal432521211312505636711237
Binary100011101011000101010010111010101010111011110111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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