#23128D

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

Shades of Ultramarine #23128D

Tints of Ultramarine #23128D

Color information

#23128D (or 0x23128D) is unknown color: approx Ultramarine. HEX triplet: 23, 12 and 8D. RGB value is (35,18,141). Sum of RGB (Red+Green+Blue) = 35+18+141=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #23128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23128D is #DCED72. Grayscale: #242424. Windows color (decimal): -14478707 or 9245219. OLE color: 9245219.

HSL color Cylindrical-coordinate representation of color #23128D: hue angle of 248.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23128D is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3518141-
CMYK0.750.8700.45
HSL248.29º77.36%31.18%-
HSV(B)248.29º87.23%55.29%-
XYZ5.722.7125.42-
YUV37.11186.63126.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 141 (55.47% from 255) = 72.68%
R=18.04%
G=9.28%
B=72.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35181410.750.8700.45248.2977.3631.18
Hex23128D4B5702Df84d1f
Octal432221511312705537011537
Binary100011100101000110110010111010111010110111111000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23128D; }

 p { color: rgb(35,18,141); }

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

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

 a { background-color: rgb(35,18,141); }

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

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

 span { border-color: rgb(35,18,141); }

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