#21129C

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

Shades of Ultramarine #21129C

Tints of Ultramarine #21129C

Color information

#21129C (or 0x21129C) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and 9C. RGB value is (33,18,156). Sum of RGB (Red+Green+Blue) = 33+18+156=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #21129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21129C is #DEED63. Grayscale: #252525. Windows color (decimal): -14609764 or 10228257. OLE color: 10228257.

HSL color Cylindrical-coordinate representation of color #21129C: hue angle of 246.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21129C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3318156-
CMYK0.790.8800.39
HSL246.52º79.31%34.12%-
HSV(B)246.52º88.46%61.18%-
XYZ6.843.1631.7-
YUV38.22194.47124.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 156 (61.33% from 255) = 75.36%
R=15.94%
G=8.70%
B=75.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33181560.790.8800.39246.5279.3134.12
Hex21129C4F58027f74f22
Octal412223411713004736711742
Binary1000011001010011100100111110110000100111111101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21129C; }

 p { color: rgb(33,18,156); }

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

<style>
 a { background-color: #21129C; }

 a { background-color: rgb(33,18,156); }

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

<style>
 span { border-color: #21129C; }

 span { border-color: rgb(33,18,156); }

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