Html Css Color HEX #16049A Ultramarine

📋 copy color: '#16049A'

red 22 ◦ green 4 ◦ blue 154

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

Shades of Ultramarine #16049A

Tints of Ultramarine #16049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 154 (60.55% from 255) = 85.56%

R = 12.22%
G = 2.22%
B = 85.56%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#16049A (or 0x16049A) is known color: Ultramarine. HEX triplet: 16, 04 and 9A. RGB value is (22,4,154). Sum of RGB (Red+Green+Blue) = 22+4+154=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 154 (60.55% from 255 or 85.56% from 180); Max value from RGB is 154 - color contains mainly: blue. Hex color #16049A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16049A is #E9FB65. Grayscale: #191919. Windows color (decimal): -15334246 or 10093590. OLE color: 10093590.

HSL color Cylindrical-coordinate representation of color #16049A: hue angle of 247.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16049A is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 4 154 -
CMYK 0.86 0.97 0 0.40
HSL 247.2º 0.95% 0.31% -
HSV(B) 247.2º 0.97% 0.6% -
XYZ 6.21 2.59 30.74 -
YUV 26.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 22 4 154 0.86 0.97 0 0.40 247.2 0.95 0.31
Hex 16 4 9A 56 61 0 28 F7 5F 1F
Octal 26 4 232 126 141 0 50 367 137 37
Binary 10110 100 10011010 1010110 1100001 0 101000 11110111 1011111 11111

Color Harmonies of #16049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16049A

Black with #16049A

Text Example


Text Example

White with #16049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16049A; }

 p { color: rgb(22,4,154); }

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

background-color css

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

 a { background-color: rgb(22,4,154); }

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

border-color css

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

 span { border-color: rgb(22,4,154); }

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