Html Css Color HEX #161291 Ultramarine

📋 copy color: '#161291'

red 22 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #161291

Tints of Ultramarine #161291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 145 (57.03% from 255) = 78.38%

R = 11.89%
G = 9.73%
B = 78.38%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#161291 (or 0x161291) is known color: Ultramarine. HEX triplet: 16, 12 and 91. RGB value is (22,18,145). Sum of RGB (Red+Green+Blue) = 22+18+145=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #161291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161291 is #E9ED6E. Grayscale: #212121. Windows color (decimal): -15330671 or 9507350. OLE color: 9507350.

HSL color Cylindrical-coordinate representation of color #161291: hue angle of 241.89º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161291 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 18 145 -
CMYK 0.85 0.88 0 0.43
HSL 241.89º 0.78% 0.32% -
HSV(B) 241.89º 0.88% 0.57% -
XYZ 5.66 2.65 27 -
YUV 33.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 22 18 145 0.85 0.88 0 0.43 241.89 0.78 0.32
Hex 16 12 91 55 58 0 2B F2 4E 20
Octal 26 22 221 125 130 0 53 362 116 40
Binary 10110 10010 10010001 1010101 1011000 0 101011 11110010 1001110 100000

Color Harmonies of #161291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161291

Black with #161291

Text Example


Text Example

White with #161291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161291; }

 p { color: rgb(22,18,145); }

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

background-color css

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

 a { background-color: rgb(22,18,145); }

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

border-color css

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

 span { border-color: rgb(22,18,145); }

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