Html Css Color HEX #171F8C Ultramarine

📋 copy color: '#171F8C'

red 23 ◦ green 31 ◦ blue 140

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

Shades of Ultramarine #171F8C

Tints of Ultramarine #171F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 140 (55.08% from 255) = 72.16%

R = 11.86%
G = 15.98%
B = 72.16%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#171F8C (or 0x171F8C) is known color: Ultramarine. HEX triplet: 17, 1F and 8C. RGB value is (23,31,140). Sum of RGB (Red+Green+Blue) = 23+31+140=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #171F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F8C is #E8E073. Grayscale: #282828. Windows color (decimal): -15261812 or 9182999. OLE color: 9182999.

HSL color Cylindrical-coordinate representation of color #171F8C: hue angle of 235.9º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171F8C is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 31 140 -
CMYK 0.84 0.78 0 0.45
HSL 235.9º 0.72% 0.32% -
HSV(B) 235.9º 0.84% 0.55% -
XYZ 5.58 3.06 25.11 -
YUV 41.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 23 31 140 0.84 0.78 0 0.45 235.9 0.72 0.32
Hex 17 1F 8C 54 4E 0 2D EC 48 20
Octal 27 37 214 124 116 0 55 354 110 40
Binary 10111 11111 10001100 1010100 1001110 0 101101 11101100 1001000 100000

Color Harmonies of #171F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171F8C

Black with #171F8C

Text Example


Text Example

White with #171F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171F8C; }

 p { color: rgb(23,31,140); }

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

background-color css

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

 a { background-color: rgb(23,31,140); }

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

border-color css

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

 span { border-color: rgb(23,31,140); }

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