Html Css Color HEX #1017AA Ultramarine

📋 copy color: '#1017AA'

red 16 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #1017AA

Tints of Ultramarine #1017AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

 BLUE value IS 170 (66.8% from 255) = 81.34%

R = 7.66%
G = 11%
B = 81.34%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1017AA (or 0x1017AA) is known color: Ultramarine. HEX triplet: 10, 17 and AA. RGB value is (16,23,170). Sum of RGB (Red+Green+Blue) = 16+23+170=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #1017AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1017AA is #EFE855. Grayscale: #252525. Windows color (decimal): -15722582 or 11147024. OLE color: 11147024.

HSL color Cylindrical-coordinate representation of color #1017AA: hue angle of 237.27º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1017AA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 23 170 -
CMYK 0.91 0.86 0 0.33
HSL 237.27º 0.83% 0.36% -
HSV(B) 237.27º 0.91% 0.67% -
XYZ 7.78 3.63 38.32 -
YUV 37.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 16 23 170 0.91 0.86 0 0.33 237.27 0.83 0.36
Hex 10 17 AA 5B 56 0 21 ED 53 24
Octal 20 27 252 133 126 0 41 355 123 44
Binary 10000 10111 10101010 1011011 1010110 0 100001 11101101 1010011 100100

Color Harmonies of #1017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017AA

Black with #1017AA

Text Example


Text Example

White with #1017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1017AA; }

 p { color: rgb(16,23,170); }

 H1.HeaderClassName
 {
   color: #1017AA;
 }
 .AnyTagClassName
 {
   color: #1017AA;
 }
</style>

background-color css

<style>
 a { background-color: #1017AA; }

 a { background-color: rgb(16,23,170); }

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

border-color css

<style>
 span { border-color: #1017AA; }

 span { border-color: rgb(16,23,170); }

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