#23168A

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

Shades of Ultramarine #23168A

Tints of Ultramarine #23168A

Color information

#23168A (or 0x23168A) is unknown color: approx Ultramarine. HEX triplet: 23, 16 and 8A. RGB value is (35,22,138). Sum of RGB (Red+Green+Blue) = 35+22+138=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #23168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23168A is #DCE975. Grayscale: #262626. Windows color (decimal): -14477686 or 9049635. OLE color: 9049635.

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

Color convert

RGB3522138-
CMYK0.750.8400.46
HSL246.72º72.5%31.37%-
HSV(B)246.72º84.06%54.12%-
XYZ5.572.7724.29-
YUV39.11183.81125.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 138 (54.30% from 255) = 70.77%
R=17.95%
G=11.28%
B=70.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35221380.750.8400.46246.7272.531.37
Hex23168A4B5402Ef7481f
Octal432621211312405636711037
Binary100011101101000101010010111010100010111011110111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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