#231F8B

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

Shades of Ultramarine #231F8B

Tints of Ultramarine #231F8B

Color information

#231F8B (or 0x231F8B) is unknown color: approx Ultramarine. HEX triplet: 23, 1F and 8B. RGB value is (35,31,139). Sum of RGB (Red+Green+Blue) = 35+31+139=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #231F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F8B is #DCE074. Grayscale: #2C2C2C. Windows color (decimal): -14475381 or 9117475. OLE color: 9117475.

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

Color convert

RGB3531139-
CMYK0.750.7800.45
HSL242.22º63.53%33.33%-
HSV(B)242.22º77.7%54.51%-
XYZ5.843.224.74-
YUV44.51181.33121.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=17.07%
G=15.12%
B=67.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35311390.750.7800.45242.2263.5333.33
Hex231F8B4B4E02Df24021
Octal433721311311605536210041
Binary1000111111110001011100101110011100101101111100101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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