Html Css Color HEX #1016A0 Ultramarine

📋 copy color: '#1016A0'

red 16 ◦ green 22 ◦ blue 160

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

Shades of Ultramarine #1016A0

Tints of Ultramarine #1016A0

RGB

 RED value IS 16 (6.64% from 255) = 8.08%

 GREEN value IS 22 (8.98% from 255) = 11.11%

 BLUE value IS 160 (62.89% from 255) = 80.81%

R = 8.08%
G = 11.11%
B = 80.81%

CMYK

 C value IS 0.9

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1016A0 (or 0x1016A0) is known color: Ultramarine. HEX triplet: 10, 16 and A0. RGB value is (16,22,160). Sum of RGB (Red+Green+Blue) = 16+22+160=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 160 (62.89% from 255 or 80.81% from 198); Max value from RGB is 160 - color contains mainly: blue. Hex color #1016A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1016A0 is #EFE95F. Grayscale: #232323. Windows color (decimal): -15722848 or 10491408. OLE color: 10491408.

HSL color Cylindrical-coordinate representation of color #1016A0: hue angle of 237.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1016A0 is Cyan = 0.9, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 22 160 -
CMYK 0.9 0.86 0 0.37
HSL 237.5º 0.82% 0.35% -
HSV(B) 237.5º 0.9% 0.63% -
XYZ 6.85 3.22 33.52 -
YUV 35.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 16 22 160 0.9 0.86 0 0.37 237.5 0.82 0.35
Hex 10 16 A0 5A 56 0 25 EE 52 23
Octal 20 26 240 132 126 0 45 356 122 43
Binary 10000 10110 10100000 1011010 1010110 0 100101 11101110 1010010 100011

Color Harmonies of #1016A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1016A0

Black with #1016A0

Text Example


Text Example

White with #1016A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1016A0; }

 p { color: rgb(16,22,160); }

 H1.HeaderClassName
 {
   color: #1016A0;
 }
 .AnyTagClassName
 {
   color: #1016A0;
 }
</style>

background-color css

<style>
 a { background-color: #1016A0; }

 a { background-color: rgb(16,22,160); }

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

border-color css

<style>
 span { border-color: #1016A0; }

 span { border-color: rgb(16,22,160); }

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