#231086

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

Shades of Ultramarine #231086

Tints of Ultramarine #231086

Color information

#231086 (or 0x231086) is unknown color: approx Ultramarine. HEX triplet: 23, 10 and 86. RGB value is (35,16,134). Sum of RGB (Red+Green+Blue) = 35+16+134=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #231086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231086 is #DCEF79. Grayscale: #222222. Windows color (decimal): -14479226 or 8785955. OLE color: 8785955.

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

Color convert

RGB3516134-
CMYK0.740.8800.47
HSL249.66º78.67%29.41%-
HSV(B)249.66º88.06%52.55%-
XYZ5.182.4522.75-
YUV35.13183.79127.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 134 (52.73% from 255) = 72.43%
R=18.92%
G=8.65%
B=72.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35161340.740.8800.47249.6678.6729.41
Hex2310864A5802Ffa4f1d
Octal432020611213005737211735
Binary100011100001000011010010101011000010111111111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231086; }

 p { color: rgb(35,16,134); }

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

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

 a { background-color: rgb(35,16,134); }

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

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

 span { border-color: rgb(35,16,134); }

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