Html Css Color HEX #170C8B Ultramarine

📋 copy color: '#170C8B'

red 23 ◦ green 12 ◦ blue 139

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

Shades of Ultramarine #170C8B

Tints of Ultramarine #170C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 79.89%

R = 13.22%
G = 6.9%
B = 79.89%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#170C8B (or 0x170C8B) is known color: Ultramarine. HEX triplet: 17, 0C and 8B. RGB value is (23,12,139). Sum of RGB (Red+Green+Blue) = 23+12+139=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #170C8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170C8B is #E8F374. Grayscale: #1D1D1D. Windows color (decimal): -15266677 or 9112599. OLE color: 9112599.

HSL color Cylindrical-coordinate representation of color #170C8B: hue angle of 245.2º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170C8B is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 12 139 -
CMYK 0.83 0.91 0 0.45
HSL 245.2º 0.84% 0.3% -
HSV(B) 245.2º 0.91% 0.55% -
XYZ 5.15 2.31 24.6 -
YUV 29.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 23 12 139 0.83 0.91 0 0.45 245.2 0.84 0.3
Hex 17 C 8B 53 5B 0 2D F5 54 1E
Octal 27 14 213 123 133 0 55 365 124 36
Binary 10111 1100 10001011 1010011 1011011 0 101101 11110101 1010100 11110

Color Harmonies of #170C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C8B

Black with #170C8B

Text Example


Text Example

White with #170C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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