#231287

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

Shades of Ultramarine #231287

Tints of Ultramarine #231287

Color information

#231287 (or 0x231287) is unknown color: approx Ultramarine. HEX triplet: 23, 12 and 87. RGB value is (35,18,135). Sum of RGB (Red+Green+Blue) = 35+18+135=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #231287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231287 is #DCED78. Grayscale: #232323. Windows color (decimal): -14478713 or 8852003. OLE color: 8852003.

HSL color Cylindrical-coordinate representation of color #231287: hue angle of 248.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231287 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3518135-
CMYK0.740.8700.47
HSL248.72º76.47%30%-
HSV(B)248.72º86.67%52.94%-
XYZ5.282.5423.13-
YUV36.42183.63126.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=18.62%
G=9.57%
B=71.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35181350.740.8700.47248.7276.4730
Hex2312874A5702Ff94c1e
Octal432220711212705737111436
Binary100011100101000011110010101010111010111111111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231287; }

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

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

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

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

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

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

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

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