#231AAE

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

Shades of Ultramarine #231AAE

Tints of Ultramarine #231AAE

Color information

#231AAE (or 0x231AAE) is unknown color: approx Ultramarine. HEX triplet: 23, 1A and AE. RGB value is (35,26,174). Sum of RGB (Red+Green+Blue) = 35+26+174=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #231AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AAE is #DCE551. Grayscale: #2C2C2C. Windows color (decimal): -14476626 or 11409955. OLE color: 11409955.

HSL color Cylindrical-coordinate representation of color #231AAE: hue angle of 243.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231AAE is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3526174-
CMYK0.800.8500.32
HSL243.65º74%39.22%-
HSV(B)243.65º85.06%68.24%-
XYZ8.74.1540.39-
YUV45.56200.48120.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 174 (68.36% from 255) = 74.04%
R=14.89%
G=11.06%
B=74.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35261740.800.8500.32243.657439.22
Hex231AAE5055020f44a27
Octal433225612012504036411247
Binary1000111101010101110101000010101010100000111101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,26,174); }

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

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

 a { background-color: rgb(35,26,174); }

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

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

 span { border-color: rgb(35,26,174); }

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