#21239B

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

Shades of Ultramarine #21239B

Tints of Ultramarine #21239B

Color information

#21239B (or 0x21239B) is unknown color: approx Ultramarine. HEX triplet: 21, 23 and 9B. RGB value is (33,35,155). Sum of RGB (Red+Green+Blue) = 33+35+155=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #21239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21239B is #DEDC64. Grayscale: #2F2F2F. Windows color (decimal): -14605413 or 10167073. OLE color: 10167073.

HSL color Cylindrical-coordinate representation of color #21239B: hue angle of 239.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21239B is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3335155-
CMYK0.790.7700.39
HSL239.02º64.89%36.86%-
HSV(B)239.02º78.71%60.78%-
XYZ7.143.8931.39-
YUV48.08188.34117.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 155 (60.94% from 255) = 69.51%
R=14.80%
G=15.70%
B=69.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33351550.790.7700.39239.0264.8936.86
Hex21239B4F4D027ef4125
Octal414323311711504735710145
Binary10000110001110011011100111110011010100111111011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21239B; }

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

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

<style>
 a { background-color: #21239B; }

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

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

<style>
 span { border-color: #21239B; }

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

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