#21129E

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

Shades of Ultramarine #21129E

Tints of Ultramarine #21129E

Color information

#21129E (or 0x21129E) is unknown color: approx Ultramarine. HEX triplet: 21, 12 and 9E. RGB value is (33,18,158). Sum of RGB (Red+Green+Blue) = 33+18+158=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #21129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21129E is #DEED61. Grayscale: #252525. Windows color (decimal): -14609762 or 10359329. OLE color: 10359329.

HSL color Cylindrical-coordinate representation of color #21129E: hue angle of 246.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21129E is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3318158-
CMYK0.790.8900.38
HSL246.43º79.55%34.51%-
HSV(B)246.43º88.61%61.96%-
XYZ7.023.2232.6-
YUV38.44195.47124.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 158 (62.11% from 255) = 75.60%
R=15.79%
G=8.61%
B=75.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33181580.790.8900.38246.4379.5534.51
Hex21129E4F59026f65023
Octal412223611713104636612043
Binary1000011001010011110100111110110010100110111101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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