#231EA9

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

Shades of Ultramarine #231EA9

Tints of Ultramarine #231EA9

Color information

#231EA9 (or 0x231EA9) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and A9. RGB value is (35,30,169). Sum of RGB (Red+Green+Blue) = 35+30+169=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 169 (66.41% from 255 or 72.22% from 234); Max value from RGB is 169 - color contains mainly: blue. Hex color #231EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231EA9 is #DCE156. Grayscale: #2E2E2E. Windows color (decimal): -14475607 or 11083299. OLE color: 11083299.

HSL color Cylindrical-coordinate representation of color #231EA9: hue angle of 242.16º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231EA9 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3530169-
CMYK0.790.8200.34
HSL242.16º69.85%39.02%-
HSV(B)242.16º82.25%66.27%-
XYZ8.324.1537.9-
YUV47.34196.66119.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 169 (66.41% from 255) = 72.22%
R=14.96%
G=12.82%
B=72.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal35301690.790.8200.34242.1669.8539.02
Hex231EA94F52022f24627
Octal433625111712204236210647
Binary1000111111010101001100111110100100100010111100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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