Html Css Color HEX #16007F Ultramarine

📋 copy color: '#16007F'

red 22 ◦ green 0 ◦ blue 127

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

Shades of Ultramarine #16007F

Tints of Ultramarine #16007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 85.23%

R = 14.77%
G = 0%
B = 85.23%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#16007F (or 0x16007F) is known color: Ultramarine. HEX triplet: 16, 00 and 7F. RGB value is (22,0,127). Sum of RGB (Red+Green+Blue) = 22+0+127=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #16007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16007F is #E9FF80. Grayscale: #141414. Windows color (decimal): -15335297 or 8323094. OLE color: 8323094.

HSL color Cylindrical-coordinate representation of color #16007F: hue angle of 250.39º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16007F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 0 127 -
CMYK 0.83 1 0 0.50
HSL 250.39º 1% 0.25% -
HSV(B) 250.39º 1% 0.5% -
XYZ 4.16 1.7 20.19 -
YUV 21.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 22 0 127 0.83 1 0 0.50 250.39 1 0.25
Hex 16 0 7F 53 64 0 32 FA 64 19
Octal 26 0 177 123 144 0 62 372 144 31
Binary 10110 0 1111111 1010011 1100100 0 110010 11111010 1100100 11001

Color Harmonies of #16007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16007F

Black with #16007F

Text Example


Text Example

White with #16007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16007F; }

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

 H1.HeaderClassName
 {
   color: #16007F;
 }
 .AnyTagClassName
 {
   color: #16007F;
 }
</style>

background-color css

<style>
 a { background-color: #16007F; }

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

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

border-color css

<style>
 span { border-color: #16007F; }

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

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