Html Css Color HEX #16099C Ultramarine

📋 copy color: '#16099C'

red 22 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #16099C

Tints of Ultramarine #16099C

RGB

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

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

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

R = 11.76%
G = 4.81%
B = 83.42%

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

#16099C (or 0x16099C) is known color: Ultramarine. HEX triplet: 16, 09 and 9C. RGB value is (22,9,156). Sum of RGB (Red+Green+Blue) = 22+9+156=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 156 (61.33% from 255 or 83.42% from 187); Max value from RGB is 156 - color contains mainly: blue. Hex color #16099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16099C is #E9F663. Grayscale: #1D1D1D. Windows color (decimal): -15332964 or 10225942. OLE color: 10225942.

HSL color Cylindrical-coordinate representation of color #16099C: hue angle of 245.31º 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 #16099C is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 9 156 -
CMYK 0.86 0.94 0 0.39
HSL 245.31º 0.89% 0.32% -
HSV(B) 245.31º 0.94% 0.61% -
XYZ 6.43 2.77 31.65 -
YUV 29.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 22 9 156 0.86 0.94 0 0.39 245.31 0.89 0.32
Hex 16 9 9C 56 5E 0 27 F5 59 20
Octal 26 11 234 126 136 0 47 365 131 40
Binary 10110 1001 10011100 1010110 1011110 0 100111 11110101 1011001 100000

Color Harmonies of #16099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16099C

Black with #16099C

Text Example


Text Example

White with #16099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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