Html Css Color HEX #16169C Ultramarine

📋 copy color: '#16169C'

red 22 ◦ green 22 ◦ blue 156

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

Shades of Ultramarine #16169C

Tints of Ultramarine #16169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 11%
G = 11%
B = 78%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16169C (or 0x16169C) is known color: Ultramarine. HEX triplet: 16, 16 and 9C. RGB value is (22,22,156). Sum of RGB (Red+Green+Blue) = 22+22+156=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #16169C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16169C is #E9E963. Grayscale: #242424. Windows color (decimal): -15329636 or 10229270. OLE color: 10229270.

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

Color convert

RGB 22 22 156 -
CMYK 0.86 0.86 0 0.39
HSL 240º 0.75% 0.35% -
HSV(B) 240º 0.86% 0.61% -
XYZ 6.62 3.14 31.71 -
YUV 37.28 195 117.1 -
System Red Green Blue C M Y K H S L
Decimal 22 22 156 0.86 0.86 0 0.39 240 0.75 0.35
Hex 16 16 9C 56 56 0 27 F0 4B 23
Octal 26 26 234 126 126 0 47 360 113 43
Binary 10110 10110 10011100 1010110 1010110 0 100111 11110000 1001011 100011

Color Harmonies of #16169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16169C

Black with #16169C

Text Example


Text Example

White with #16169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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