Html Css Color HEX #16049C Ultramarine

📋 copy color: '#16049C'

red 22 ◦ green 4 ◦ blue 156

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

Shades of Ultramarine #16049C

Tints of Ultramarine #16049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 85.71%

R = 12.09%
G = 2.2%
B = 85.71%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16049C (or 0x16049C) is known color: Ultramarine. HEX triplet: 16, 04 and 9C. RGB value is (22,4,156). Sum of RGB (Red+Green+Blue) = 22+4+156=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #16049C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16049C is #E9FB63. Grayscale: #1A1A1A. Windows color (decimal): -15334244 or 10224662. OLE color: 10224662.

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

Color convert

RGB 22 4 156 -
CMYK 0.86 0.97 0 0.39
HSL 247.11º 0.95% 0.31% -
HSV(B) 247.11º 0.97% 0.61% -
XYZ 6.38 2.66 31.63 -
YUV 26.71 200.96 124.64 -
System Red Green Blue C M Y K H S L
Decimal 22 4 156 0.86 0.97 0 0.39 247.11 0.95 0.31
Hex 16 4 9C 56 61 0 27 F7 5F 1F
Octal 26 4 234 126 141 0 47 367 137 37
Binary 10110 100 10011100 1010110 1100001 0 100111 11110111 1011111 11111

Color Harmonies of #16049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16049C

Black with #16049C

Text Example


Text Example

White with #16049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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