#231299

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

Shades of Ultramarine #231299

Tints of Ultramarine #231299

Color information

#231299 (or 0x231299) is unknown color: approx Ultramarine. HEX triplet: 23, 12 and 99. RGB value is (35,18,153). Sum of RGB (Red+Green+Blue) = 35+18+153=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #231299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231299 is #DCED66. Grayscale: #252525. Windows color (decimal): -14478695 or 10031651. OLE color: 10031651.

HSL color Cylindrical-coordinate representation of color #231299: hue angle of 247.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231299 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3518153-
CMYK0.770.8800.4
HSL247.56º78.95%33.53%-
HSV(B)247.56º88.24%60%-
XYZ6.663.0930.38-
YUV38.47192.63125.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=16.99%
G=8.74%
B=74.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35181530.770.8800.4247.5678.9533.53
Hex2312994D58028f84f22
Octal432223111513005037011742
Binary1000111001010011001100110110110000101000111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231299; }

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

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

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

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

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

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

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

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