#231E99

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

Shades of Ultramarine #231E99

Tints of Ultramarine #231E99

Color information

#231E99 (or 0x231E99) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and 99. RGB value is (35,30,153). Sum of RGB (Red+Green+Blue) = 35+30+153=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #231E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E99 is #DCE166. Grayscale: #2D2D2D. Windows color (decimal): -14475623 or 10034723. OLE color: 10034723.

HSL color Cylindrical-coordinate representation of color #231E99: hue angle of 242.44º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231E99 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3530153-
CMYK0.770.8000.4
HSL242.44º67.21%35.88%-
HSV(B)242.44º80.39%60%-
XYZ6.913.5930.47-
YUV45.52188.66120.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=16.06%
G=13.76%
B=70.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35301530.770.8000.4242.4467.2135.88
Hex231E994D50028f24324
Octal433623111512005036210344
Binary1000111111010011001100110110100000101000111100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231E99; }

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

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

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

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

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

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

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

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