Html Css Color HEX #161993 Ultramarine

📋 copy color: '#161993'

red 22 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #161993

Tints of Ultramarine #161993

RGB

 RED value IS 22 (8.98% from 255) = 11.34%

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

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

R = 11.34%
G = 12.89%
B = 75.77%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#161993 (or 0x161993) is known color: Ultramarine. HEX triplet: 16, 19 and 93. RGB value is (22,25,147). Sum of RGB (Red+Green+Blue) = 22+25+147=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #161993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161993 is #E9E66C. Grayscale: #252525. Windows color (decimal): -15328877 or 9640214. OLE color: 9640214.

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

Color convert

RGB 22 25 147 -
CMYK 0.85 0.83 0 0.42
HSL 238.56º 0.74% 0.33% -
HSV(B) 238.56º 0.85% 0.58% -
XYZ 5.94 2.97 27.86 -
YUV 38.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 22 25 147 0.85 0.83 0 0.42 238.56 0.74 0.33
Hex 16 19 93 55 53 0 2A EF 4A 21
Octal 26 31 223 125 123 0 52 357 112 41
Binary 10110 11001 10010011 1010101 1010011 0 101010 11101111 1001010 100001

Color Harmonies of #161993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161993

Black with #161993

Text Example


Text Example

White with #161993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161993; }

 p { color: rgb(22,25,147); }

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

background-color css

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

 a { background-color: rgb(22,25,147); }

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

border-color css

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

 span { border-color: rgb(22,25,147); }

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