Html Css Color HEX #16008E Ultramarine

📋 copy color: '#16008E'

red 22 ◦ green 0 ◦ blue 142

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

Shades of Ultramarine #16008E

Tints of Ultramarine #16008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 86.59%

R = 13.41%
G = 0%
B = 86.59%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#16008E (or 0x16008E) is known color: Ultramarine. HEX triplet: 16, 00 and 8E. RGB value is (22,0,142). Sum of RGB (Red+Green+Blue) = 22+0+142=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 142 (55.86% from 255 or 86.59% from 164); Max value from RGB is 142 - color contains mainly: blue. Hex color #16008E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16008E is #E9FF71. Grayscale: #161616. Windows color (decimal): -15335282 or 9306134. OLE color: 9306134.

HSL color Cylindrical-coordinate representation of color #16008E: hue angle of 249.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16008E is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 0 142 -
CMYK 0.85 1 0 0.44
HSL 249.3º 1% 0.28% -
HSV(B) 249.3º 1% 0.56% -
XYZ 5.21 2.12 25.73 -
YUV 22.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 22 0 142 0.85 1 0 0.44 249.3 1 0.28
Hex 16 0 8E 55 64 0 2C F9 64 1C
Octal 26 0 216 125 144 0 54 371 144 34
Binary 10110 0 10001110 1010101 1100100 0 101100 11111001 1100100 11100

Color Harmonies of #16008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16008E

Black with #16008E

Text Example


Text Example

White with #16008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16008E; }

 p { color: rgb(22,0,142); }

 H1.HeaderClassName
 {
   color: #16008E;
 }
 .AnyTagClassName
 {
   color: #16008E;
 }
</style>

background-color css

<style>
 a { background-color: #16008E; }

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

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

border-color css

<style>
 span { border-color: #16008E; }

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

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