Html Css Color HEX #021992 Ultramarine

📋 copy color: '#021992'

red 2 ◦ green 25 ◦ blue 146

#021992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #021992

Tints of Ultramarine #021992

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 146 (57.42% from 255) = 84.39%

R = 1.16%
G = 14.45%
B = 84.39%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#021992 (or 0x021992) is known color: Ultramarine. HEX triplet: 02, 19 and 92. RGB value is (2,25,146). Sum of RGB (Red+Green+Blue) = 2+25+146=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #021992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021992 is #FDE66D. Grayscale: #1F1F1F. Windows color (decimal): -16639598 or 9574658. OLE color: 9574658.

HSL color Cylindrical-coordinate representation of color #021992: hue angle of 230.42º 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 #021992 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 25 146 -
CMYK 0.99 0.83 0 0.43
HSL 230.42º 0.97% 0.29% -
HSV(B) 230.42º 0.99% 0.57% -
XYZ 5.56 2.78 27.44 -
YUV 31.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 2 25 146 0.99 0.83 0 0.43 230.42 0.97 0.29
Hex 2 19 92 63 53 0 2B E6 61 1D
Octal 2 31 222 143 123 0 53 346 141 35
Binary 10 11001 10010010 1100011 1010011 0 101011 11100110 1100001 11101

Color Harmonies of #021992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021992

Black with #021992

Text Example


Text Example

White with #021992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021992; }

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

 H1.HeaderClassName
 {
   color: #021992;
 }
 .AnyTagClassName
 {
   color: #021992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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