Html Css Color HEX #16017D Ultramarine

📋 copy color: '#16017D'

red 22 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #16017D

Tints of Ultramarine #16017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 125 (49.22% from 255) = 84.46%

R = 14.86%
G = 0.68%
B = 84.46%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16017D (or 0x16017D) is known color: Ultramarine. HEX triplet: 16, 01 and 7D. RGB value is (22,1,125). Sum of RGB (Red+Green+Blue) = 22+1+125=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #16017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16017D is #E9FE82. Grayscale: #141414. Windows color (decimal): -15335043 or 8192278. OLE color: 8192278.

HSL color Cylindrical-coordinate representation of color #16017D: hue angle of 250.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16017D is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 1 125 -
CMYK 0.82 0.99 0 0.51
HSL 250.16º 0.98% 0.25% -
HSV(B) 250.16º 0.99% 0.49% -
XYZ 4.04 1.67 19.51 -
YUV 21.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 22 1 125 0.82 0.99 0 0.51 250.16 0.98 0.25
Hex 16 1 7D 52 63 0 33 FA 62 19
Octal 26 1 175 122 143 0 63 372 142 31
Binary 10110 1 1111101 1010010 1100011 0 110011 11111010 1100010 11001

Color Harmonies of #16017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16017D

Black with #16017D

Text Example


Text Example

White with #16017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,1,125); }

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

background-color css

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

 a { background-color: rgb(22,1,125); }

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

border-color css

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

 span { border-color: rgb(22,1,125); }

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