Html Css Color HEX #16049F Ultramarine

📋 copy color: '#16049F'

red 22 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #16049F

Tints of Ultramarine #16049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 85.95%

R = 11.89%
G = 2.16%
B = 85.95%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16049F (or 0x16049F) is known color: Ultramarine. HEX triplet: 16, 04 and 9F. RGB value is (22,4,159). Sum of RGB (Red+Green+Blue) = 22+4+159=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #16049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16049F is #E9FB60. Grayscale: #1A1A1A. Windows color (decimal): -15334241 or 10421270. OLE color: 10421270.

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

Color convert

RGB 22 4 159 -
CMYK 0.86 0.97 0 0.38
HSL 246.97º 0.95% 0.32% -
HSV(B) 246.97º 0.97% 0.62% -
XYZ 6.63 2.76 32.98 -
YUV 27.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 22 4 159 0.86 0.97 0 0.38 246.97 0.95 0.32
Hex 16 4 9F 56 61 0 26 F7 5F 20
Octal 26 4 237 126 141 0 46 367 137 40
Binary 10110 100 10011111 1010110 1100001 0 100110 11110111 1011111 100000

Color Harmonies of #16049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16049F

Black with #16049F

Text Example


Text Example

White with #16049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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