Html Css Color HEX #170C8E Ultramarine

📋 copy color: '#170C8E'

red 23 ◦ green 12 ◦ blue 142

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

Shades of Ultramarine #170C8E

Tints of Ultramarine #170C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.78%

 BLUE value IS 142 (55.86% from 255) = 80.23%

R = 12.99%
G = 6.78%
B = 80.23%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#170C8E (or 0x170C8E) is known color: Ultramarine. HEX triplet: 17, 0C and 8E. RGB value is (23,12,142). Sum of RGB (Red+Green+Blue) = 23+12+142=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #170C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170C8E is #E8F371. Grayscale: #1D1D1D. Windows color (decimal): -15266674 or 9309207. OLE color: 9309207.

HSL color Cylindrical-coordinate representation of color #170C8E: hue angle of 245.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170C8E is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 12 142 -
CMYK 0.84 0.92 0 0.44
HSL 245.08º 0.84% 0.3% -
HSV(B) 245.08º 0.92% 0.56% -
XYZ 5.37 2.4 25.77 -
YUV 30.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 23 12 142 0.84 0.92 0 0.44 245.08 0.84 0.3
Hex 17 C 8E 54 5C 0 2C F5 54 1E
Octal 27 14 216 124 134 0 54 365 124 36
Binary 10111 1100 10001110 1010100 1011100 0 101100 11110101 1010100 11110

Color Harmonies of #170C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C8E

Black with #170C8E

Text Example


Text Example

White with #170C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C8E; }

 p { color: rgb(23,12,142); }

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

background-color css

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

 a { background-color: rgb(23,12,142); }

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

border-color css

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

 span { border-color: rgb(23,12,142); }

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