#231e9a

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

Shades of Ultramarine #231E9A

Tints of Ultramarine #231E9A

Color information

#231E9A (or 0x231E9A) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and 9A. RGB value is (35,30,154). Sum of RGB (Red+Green+Blue) = 35+30+154=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #231E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E9A is #DCE165. Grayscale: #2D2D2D. Windows color (decimal): -14475622 or 10100259. OLE color: 10100259.

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

Color convert

RGB3530154-
CMYK0.770.8100.40
HSL242.42º67.39%36.08%-
HSV(B)242.42º80.52%60.39%-
XYZ6.993.6230.9-
YUV45.63189.16120.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 154 (60.55% from 255) = 70.32%
R=15.98%
G=13.70%
B=70.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35301540.770.8100.40242.4267.3936.08
Hex231E9A4D51028f24324
Octal433623211512105036210344
Binary1000111111010011010100110110100010101000111100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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