#21178F

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

Shades of Ultramarine #21178F

Tints of Ultramarine #21178F

Color information

#21178F (or 0x21178F) is unknown color: approx Ultramarine. HEX triplet: 21, 17 and 8F. RGB value is (33,23,143). Sum of RGB (Red+Green+Blue) = 33+23+143=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #21178F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21178F is #DEE870. Grayscale: #272727. Windows color (decimal): -14608497 or 9377569. OLE color: 9377569.

HSL color Cylindrical-coordinate representation of color #21178F: hue angle of 245º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21178F is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3323143-
CMYK0.770.8400.44
HSL245º72.29%32.55%-
HSV(B)245º83.92%56.08%-
XYZ5.892.9226.24-
YUV39.67186.31123.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=16.58%
G=11.56%
B=71.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33231430.770.8400.4424572.2932.55
Hex21178F4D5402Cf54821
Octal412721711512405436511041
Binary1000011011110001111100110110101000101100111101011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21178F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21178F; }

 p { color: rgb(33,23,143); }

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

<style>
 a { background-color: #21178F; }

 a { background-color: rgb(33,23,143); }

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

<style>
 span { border-color: #21178F; }

 span { border-color: rgb(33,23,143); }

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