Html Css Color HEX #16017C Ultramarine

📋 copy color: '#16017C'

red 22 ◦ green 1 ◦ blue 124

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

Shades of Ultramarine #16017C

Tints of Ultramarine #16017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 84.35%

R = 14.97%
G = 0.68%
B = 84.35%

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

#16017C (or 0x16017C) is known color: Ultramarine. HEX triplet: 16, 01 and 7C. RGB value is (22,1,124). Sum of RGB (Red+Green+Blue) = 22+1+124=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #16017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16017C is #E9FE83. Grayscale: #141414. Windows color (decimal): -15335044 or 8126742. OLE color: 8126742.

HSL color Cylindrical-coordinate representation of color #16017C: hue angle of 250.24º 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 #16017C is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 1 124 -
CMYK 0.82 0.99 0 0.51
HSL 250.24º 0.98% 0.25% -
HSV(B) 250.24º 0.99% 0.49% -
XYZ 3.98 1.65 19.18 -
YUV 21.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 22 1 124 0.82 0.99 0 0.51 250.24 0.98 0.25
Hex 16 1 7C 52 63 0 33 FA 62 19
Octal 26 1 174 122 143 0 63 372 142 31
Binary 10110 1 1111100 1010010 1100011 0 110011 11111010 1100010 11001

Color Harmonies of #16017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16017C

Black with #16017C

Text Example


Text Example

White with #16017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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