Html Css Color HEX #170096 Ultramarine

📋 copy color: '#170096'

red 23 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #170096

Tints of Ultramarine #170096

RGB

 RED value IS 23 (9.38% from 255) = 13.29%

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

 BLUE value IS 150 (58.98% from 255) = 86.71%

R = 13.29%
G = 0%
B = 86.71%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#170096 (or 0x170096) is known color: Ultramarine. HEX triplet: 17, 00 and 96. RGB value is (23,0,150). Sum of RGB (Red+Green+Blue) = 23+0+150=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #170096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170096 is #E8FF69. Grayscale: #171717. Windows color (decimal): -15269738 or 9830423. OLE color: 9830423.

HSL color Cylindrical-coordinate representation of color #170096: hue angle of 249.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170096 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 23 0 150 -
CMYK 0.85 1 0 0.41
HSL 249.2º 1% 0.29% -
HSV(B) 249.2º 1% 0.59% -
XYZ 5.86 2.38 29.01 -
YUV 23.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 23 0 150 0.85 1 0 0.41 249.2 1 0.29
Hex 17 0 96 55 64 0 29 F9 64 1D
Octal 27 0 226 125 144 0 51 371 144 35
Binary 10111 0 10010110 1010101 1100100 0 101001 11111001 1100100 11101

Color Harmonies of #170096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170096

Black with #170096

Text Example


Text Example

White with #170096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170096; }

 p { color: rgb(23,0,150); }

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

background-color css

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

 a { background-color: rgb(23,0,150); }

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

border-color css

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

 span { border-color: rgb(23,0,150); }

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