#21068B

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

Shades of Ultramarine #21068B

Tints of Ultramarine #21068B

Color information

#21068B (or 0x21068B) is unknown color: approx Ultramarine. HEX triplet: 21, 06 and 8B. RGB value is (33,6,139). Sum of RGB (Red+Green+Blue) = 33+6+139=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #21068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21068B is #DEF974. Grayscale: #1C1C1C. Windows color (decimal): -14612853 or 9111073. OLE color: 9111073.

HSL color Cylindrical-coordinate representation of color #21068B: hue angle of 252.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21068B is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB336139-
CMYK0.760.9600.45
HSL252.18º91.72%28.43%-
HSV(B)252.18º95.68%54.51%-
XYZ5.352.3224.59-
YUV29.24189.95130.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 139 (54.69% from 255) = 78.09%
R=18.54%
G=3.37%
B=78.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3361390.760.9600.45252.1891.7228.43
Hex2168B4C6002Dfc5c1c
Octal41621311414005537413434
Binary1000011101000101110011001100000010110111111100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,6,139); }

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

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

 a { background-color: rgb(33,6,139); }

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

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

 span { border-color: rgb(33,6,139); }

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