#231E95

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

Shades of Ultramarine #231E95

Tints of Ultramarine #231E95

Color information

#231E95 (or 0x231E95) is unknown color: approx Ultramarine. HEX triplet: 23, 1E and 95. RGB value is (35,30,149). Sum of RGB (Red+Green+Blue) = 35+30+149=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #231E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231E95 is #DCE16A. Grayscale: #2C2C2C. Windows color (decimal): -14475627 or 9772579. OLE color: 9772579.

HSL color Cylindrical-coordinate representation of color #231E95: hue angle of 242.52º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231E95 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3530149-
CMYK0.770.8000.42
HSL242.52º66.48%35.1%-
HSV(B)242.52º79.87%58.43%-
XYZ6.583.4628.75-
YUV45.06186.66120.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 149 (58.59% from 255) = 69.63%
R=16.36%
G=14.02%
B=69.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35301490.770.8000.42242.5266.4835.1
Hex231E954D5002Af34223
Octal433622511512005236310243
Binary1000111111010010101100110110100000101010111100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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