#21069A

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

Shades of Ultramarine #21069A

Tints of Ultramarine #21069A

Color information

#21069A (or 0x21069A) is unknown color: approx Ultramarine. HEX triplet: 21, 06 and 9A. RGB value is (33,6,154). Sum of RGB (Red+Green+Blue) = 33+6+154=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #21069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21069A is #DEF965. Grayscale: #1E1E1E. Windows color (decimal): -14612838 or 10094113. OLE color: 10094113.

HSL color Cylindrical-coordinate representation of color #21069A: hue angle of 250.95º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21069A is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB336154-
CMYK0.790.9600.40
HSL250.95º92.5%31.37%-
HSV(B)250.95º96.1%60.39%-
XYZ6.532.7930.77-
YUV30.94197.45129.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 154 (60.55% from 255) = 79.79%
R=17.10%
G=3.11%
B=79.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3361540.790.9600.40250.9592.531.37
Hex2169A4F60028fb5c1f
Octal41623211714005037313437
Binary1000011101001101010011111100000010100011111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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