#231A95

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

Shades of Ultramarine #231A95

Tints of Ultramarine #231A95

Color information

#231A95 (or 0x231A95) is unknown color: approx Ultramarine. HEX triplet: 23, 1A and 95. RGB value is (35,26,149). Sum of RGB (Red+Green+Blue) = 35+26+149=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #231A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A95 is #DCE56A. Grayscale: #2A2A2A. Windows color (decimal): -14476651 or 9771555. OLE color: 9771555.

HSL color Cylindrical-coordinate representation of color #231A95: hue angle of 244.39º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231A95 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3526149-
CMYK0.770.8300.42
HSL244.39º70.29%34.31%-
HSV(B)244.39º82.55%58.43%-
XYZ6.493.2728.72-
YUV42.71187.98122.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=16.67%
G=12.38%
B=70.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35261490.770.8300.42244.3970.2934.31
Hex231A954D5302Af44622
Octal433222511512305236410642
Binary1000111101010010101100110110100110101010111101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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