#231B8B

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

Shades of Ultramarine #231B8B

Tints of Ultramarine #231B8B

Color information

#231B8B (or 0x231B8B) is unknown color: approx Ultramarine. HEX triplet: 23, 1B and 8B. RGB value is (35,27,139). Sum of RGB (Red+Green+Blue) = 35+27+139=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #231B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231B8B is #DCE474. Grayscale: #292929. Windows color (decimal): -14476405 or 9116451. OLE color: 9116451.

HSL color Cylindrical-coordinate representation of color #231B8B: hue angle of 244.29º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231B8B is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3527139-
CMYK0.750.8100.45
HSL244.29º67.47%32.55%-
HSV(B)244.29º80.58%54.51%-
XYZ5.753.0124.7-
YUV42.16182.65122.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=17.41%
G=13.43%
B=69.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35271390.750.8100.45244.2967.4732.55
Hex231B8B4B5102Df44321
Octal433321311312105536410341
Binary1000111101110001011100101110100010101101111101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,139); }

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

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

 a { background-color: rgb(35,27,139); }

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

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

 span { border-color: rgb(35,27,139); }

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