Html Css Color HEX #16089B Ultramarine

📋 copy color: '#16089B'

red 22 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #16089B

Tints of Ultramarine #16089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 11.89%
G = 4.32%
B = 83.78%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16089B (or 0x16089B) is known color: Ultramarine. HEX triplet: 16, 08 and 9B. RGB value is (22,8,155). Sum of RGB (Red+Green+Blue) = 22+8+155=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #16089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16089B is #E9F764. Grayscale: #1C1C1C. Windows color (decimal): -15333221 or 10160150. OLE color: 10160150.

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

Color convert

RGB 22 8 155 -
CMYK 0.86 0.95 0 0.39
HSL 245.71º 0.9% 0.32% -
HSV(B) 245.71º 0.95% 0.61% -
XYZ 6.33 2.71 31.2 -
YUV 28.94 199.14 123.05 -
System Red Green Blue C M Y K H S L
Decimal 22 8 155 0.86 0.95 0 0.39 245.71 0.9 0.32
Hex 16 8 9B 56 5F 0 27 F6 5A 20
Octal 26 10 233 126 137 0 47 366 132 40
Binary 10110 1000 10011011 1010110 1011111 0 100111 11110110 1011010 100000

Color Harmonies of #16089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16089B

Black with #16089B

Text Example


Text Example

White with #16089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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