Html Css Color HEX #170F85 Ultramarine

📋 copy color: '#170F85'

red 23 ◦ green 15 ◦ blue 133

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

Shades of Ultramarine #170F85

Tints of Ultramarine #170F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 77.78%

R = 13.45%
G = 8.77%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#170F85 (or 0x170F85) is known color: Ultramarine. HEX triplet: 17, 0F and 85. RGB value is (23,15,133). Sum of RGB (Red+Green+Blue) = 23+15+133=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #170F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170F85 is #E8F07A. Grayscale: #1E1E1E. Windows color (decimal): -15265915 or 8720151. OLE color: 8720151.

HSL color Cylindrical-coordinate representation of color #170F85: hue angle of 244.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170F85 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 15 133 -
CMYK 0.83 0.89 0 0.48
HSL 244.07º 0.8% 0.29% -
HSV(B) 244.07º 0.89% 0.52% -
XYZ 4.76 2.22 22.37 -
YUV 30.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 23 15 133 0.83 0.89 0 0.48 244.07 0.8 0.29
Hex 17 F 85 53 59 0 30 F4 50 1D
Octal 27 17 205 123 131 0 60 364 120 35
Binary 10111 1111 10000101 1010011 1011001 0 110000 11110100 1010000 11101

Color Harmonies of #170F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F85

Black with #170F85

Text Example


Text Example

White with #170F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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