#231596

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

Shades of Ultramarine #231596

Tints of Ultramarine #231596

Color information

#231596 (or 0x231596) is unknown color: approx Ultramarine. HEX triplet: 23, 15 and 96. RGB value is (35,21,150). Sum of RGB (Red+Green+Blue) = 35+21+150=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #231596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231596 is #DCEA69. Grayscale: #272727. Windows color (decimal): -14477930 or 9835811. OLE color: 9835811.

HSL color Cylindrical-coordinate representation of color #231596: hue angle of 246.51º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231596 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3521150-
CMYK0.770.8600.41
HSL246.51º75.44%33.53%-
HSV(B)246.51º86%58.82%-
XYZ6.473.129.11-
YUV39.89190.14124.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 150 (58.98% from 255) = 72.82%
R=16.99%
G=10.19%
B=72.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35211500.770.8600.41246.5175.4433.53
Hex2315964D56029f74b22
Octal432522611512605136711342
Binary1000111010110010110100110110101100101001111101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231596; }

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

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

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

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

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

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

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

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