Html Css Color HEX #170F7F Ultramarine

📋 copy color: '#170F7F'

red 23 ◦ green 15 ◦ blue 127

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

Shades of Ultramarine #170F7F

Tints of Ultramarine #170F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

 BLUE value IS 127 (50% from 255) = 76.97%

R = 13.94%
G = 9.09%
B = 76.97%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#170F7F (or 0x170F7F) is known color: Ultramarine. HEX triplet: 17, 0F and 7F. RGB value is (23,15,127). Sum of RGB (Red+Green+Blue) = 23+15+127=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #170F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F7F is #E8F080. Grayscale: #1D1D1D. Windows color (decimal): -15265921 or 8326935. OLE color: 8326935.

HSL color Cylindrical-coordinate representation of color #170F7F: hue angle of 244.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #170F7F is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 15 127 -
CMYK 0.82 0.88 0 0.50
HSL 244.29º 0.79% 0.28% -
HSV(B) 244.29º 0.88% 0.5% -
XYZ 4.35 2.06 20.25 -
YUV 30.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 23 15 127 0.82 0.88 0 0.50 244.29 0.79 0.28
Hex 17 F 7F 52 58 0 32 F4 4F 1C
Octal 27 17 177 122 130 0 62 364 117 34
Binary 10111 1111 1111111 1010010 1011000 0 110010 11110100 1001111 11100

Color Harmonies of #170F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F7F

Black with #170F7F

Text Example


Text Example

White with #170F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,15,127); }

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

background-color css

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

 a { background-color: rgb(23,15,127); }

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

border-color css

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

 span { border-color: rgb(23,15,127); }

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