#231C9B

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

Shades of Ultramarine #231C9B

Tints of Ultramarine #231C9B

Color information

#231C9B (or 0x231C9B) is unknown color: approx Ultramarine. HEX triplet: 23, 1C and 9B. RGB value is (35,28,155). Sum of RGB (Red+Green+Blue) = 35+28+155=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #231C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C9B is #DCE364. Grayscale: #2C2C2C. Windows color (decimal): -14476133 or 10165283. OLE color: 10165283.

HSL color Cylindrical-coordinate representation of color #231C9B: hue angle of 243.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231C9B is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3528155-
CMYK0.770.8200.39
HSL243.31º69.4%35.88%-
HSV(B)243.31º81.94%60.78%-
XYZ7.023.5531.33-
YUV44.57190.32121.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=16.06%
G=12.84%
B=71.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35281550.770.8200.39243.3169.435.88
Hex231C9B4D52027f34524
Octal433423311512204736310544
Binary1000111110010011011100110110100100100111111100111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,155); }

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

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

 a { background-color: rgb(35,28,155); }

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

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

 span { border-color: rgb(35,28,155); }

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