#021892

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

Shades of Ultramarine #021892

Tints of Ultramarine #021892

Color information

#021892 (or 0x021892) is unknown color: approx Ultramarine. HEX triplet: 02, 18 and 92. RGB value is (2,24,146). Sum of RGB (Red+Green+Blue) = 2+24+146=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #021892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021892 is #FDE76D. Grayscale: #1E1E1E. Windows color (decimal): -16639854 or 9574402. OLE color: 9574402.

HSL color Cylindrical-coordinate representation of color #021892: hue angle of 230.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021892 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB224146-
CMYK0.990.8400.43
HSL230.83º97.3%29.02%-
HSV(B)230.83º98.63%57.25%-
XYZ5.542.7427.43-
YUV31.33192.71107.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 146 (57.42% from 255) = 84.88%
R=1.16%
G=13.95%
B=84.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2241460.990.8400.43230.8397.329.02
Hex21892635402Be7611d
Octal23022214312405334714135
Binary10110001001001011000111010100010101111100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021892; }

 p { color: rgb(2,24,146); }

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

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

 a { background-color: rgb(2,24,146); }

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

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

 span { border-color: rgb(2,24,146); }

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