Html Css Color HEX #021893 Ultramarine

📋 copy color: '#021893'

red 2 ◦ green 24 ◦ blue 147

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

Shades of Ultramarine #021893

Tints of Ultramarine #021893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

 BLUE value IS 147 (57.81% from 255) = 84.97%

R = 1.16%
G = 13.87%
B = 84.97%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021893 (or 0x021893) is known color: Ultramarine. HEX triplet: 02, 18 and 93. RGB value is (2,24,147). Sum of RGB (Red+Green+Blue) = 2+24+147=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #021893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021893 is #FDE76C. Grayscale: #1E1E1E. Windows color (decimal): -16639853 or 9639938. OLE color: 9639938.

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

Color convert

RGB 2 24 147 -
CMYK 0.99 0.84 0 0.42
HSL 230.9º 0.97% 0.29% -
HSV(B) 230.9º 0.99% 0.58% -
XYZ 5.62 2.77 27.84 -
YUV 31.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 2 24 147 0.99 0.84 0 0.42 230.9 0.97 0.29
Hex 2 18 93 63 54 0 2A E7 61 1D
Octal 2 30 223 143 124 0 52 347 141 35
Binary 10 11000 10010011 1100011 1010100 0 101010 11100111 1100001 11101

Color Harmonies of #021893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021893

Black with #021893

Text Example


Text Example

White with #021893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021893; }

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

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

background-color css

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

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

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

border-color css

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

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

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