Html Css Color HEX #16008D Ultramarine

📋 copy color: '#16008D'

red 22 ◦ green 0 ◦ blue 141

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

Shades of Ultramarine #16008D

Tints of Ultramarine #16008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 86.5%

R = 13.5%
G = 0%
B = 86.5%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16008D (or 0x16008D) is known color: Ultramarine. HEX triplet: 16, 00 and 8D. RGB value is (22,0,141). Sum of RGB (Red+Green+Blue) = 22+0+141=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #16008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16008D is #E9FF72. Grayscale: #161616. Windows color (decimal): -15335283 or 9240598. OLE color: 9240598.

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

Color convert

RGB 22 0 141 -
CMYK 0.84 1 0 0.45
HSL 249.36º 1% 0.28% -
HSV(B) 249.36º 1% 0.55% -
XYZ 5.14 2.09 25.33 -
YUV 22.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 22 0 141 0.84 1 0 0.45 249.36 1 0.28
Hex 16 0 8D 54 64 0 2D F9 64 1C
Octal 26 0 215 124 144 0 55 371 144 34
Binary 10110 0 10001101 1010100 1100100 0 101101 11111001 1100100 11100

Color Harmonies of #16008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16008D

Black with #16008D

Text Example


Text Example

White with #16008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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