Html Css Color HEX #16099B Ultramarine

📋 copy color: '#16099B'

red 22 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #16099B

Tints of Ultramarine #16099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 155 (60.94% from 255) = 83.33%

R = 11.83%
G = 4.84%
B = 83.33%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16099B (or 0x16099B) is known color: Ultramarine. HEX triplet: 16, 09 and 9B. RGB value is (22,9,155). Sum of RGB (Red+Green+Blue) = 22+9+155=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #16099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16099B is #E9F664. Grayscale: #1C1C1C. Windows color (decimal): -15332965 or 10160406. OLE color: 10160406.

HSL color Cylindrical-coordinate representation of color #16099B: hue angle of 245.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16099B is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 9 155 -
CMYK 0.86 0.94 0 0.39
HSL 245.34º 0.89% 0.32% -
HSV(B) 245.34º 0.94% 0.61% -
XYZ 6.34 2.73 31.2 -
YUV 29.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 22 9 155 0.86 0.94 0 0.39 245.34 0.89 0.32
Hex 16 9 9B 56 5E 0 27 F5 59 20
Octal 26 11 233 126 136 0 47 365 131 40
Binary 10110 1001 10011011 1010110 1011110 0 100111 11110101 1011001 100000

Color Harmonies of #16099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16099B

Black with #16099B

Text Example


Text Example

White with #16099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16099B; }

 p { color: rgb(22,9,155); }

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

background-color css

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

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

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

border-color css

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

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

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