Html Css Color HEX #021994 Ultramarine

📋 copy color: '#021994'

red 2 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #021994

Tints of Ultramarine #021994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 84.57%

R = 1.14%
G = 14.29%
B = 84.57%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021994 (or 0x021994) is known color: Ultramarine. HEX triplet: 02, 19 and 94. RGB value is (2,25,148). Sum of RGB (Red+Green+Blue) = 2+25+148=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #021994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021994 is #FDE66B. Grayscale: #1F1F1F. Windows color (decimal): -16639596 or 9705730. OLE color: 9705730.

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

Color convert

RGB 2 25 148 -
CMYK 0.99 0.83 0 0.42
HSL 230.55º 0.97% 0.29% -
HSV(B) 230.55º 0.99% 0.58% -
XYZ 5.72 2.85 28.26 -
YUV 32.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 2 25 148 0.99 0.83 0 0.42 230.55 0.97 0.29
Hex 2 19 94 63 53 0 2A E7 61 1D
Octal 2 31 224 143 123 0 52 347 141 35
Binary 10 11001 10010100 1100011 1010011 0 101010 11100111 1100001 11101

Color Harmonies of #021994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021994

Black with #021994

Text Example


Text Example

White with #021994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021994; }

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

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

background-color css

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

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

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

border-color css

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

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

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