#21188A

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

Shades of Ultramarine #21188A

Tints of Ultramarine #21188A

Color information

#21188A (or 0x21188A) is unknown color: approx Ultramarine. HEX triplet: 21, 18 and 8A. RGB value is (33,24,138). Sum of RGB (Red+Green+Blue) = 33+24+138=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #21188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21188A is #DEE775. Grayscale: #272727. Windows color (decimal): -14608246 or 9050145. OLE color: 9050145.

HSL color Cylindrical-coordinate representation of color #21188A: hue angle of 244.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21188A is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3324138-
CMYK0.760.8300.46
HSL244.74º70.37%31.76%-
HSV(B)244.74º82.61%54.12%-
XYZ5.542.8124.3-
YUV39.69183.48123.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 138 (54.30% from 255) = 70.77%
R=16.92%
G=12.31%
B=70.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33241380.760.8300.46244.7470.3731.76
Hex21188A4C5302Ef54620
Octal413021211412305636510640
Binary1000011100010001010100110010100110101110111101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21188A; }

 p { color: rgb(33,24,138); }

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

<style>
 a { background-color: #21188A; }

 a { background-color: rgb(33,24,138); }

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

<style>
 span { border-color: #21188A; }

 span { border-color: rgb(33,24,138); }

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