Html Css Color HEX #170298 Ultramarine

📋 copy color: '#170298'

red 23 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #170298

Tints of Ultramarine #170298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 152 (59.77% from 255) = 85.88%

R = 12.99%
G = 1.13%
B = 85.88%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#170298 (or 0x170298) is known color: Ultramarine. HEX triplet: 17, 02 and 98. RGB value is (23,2,152). Sum of RGB (Red+Green+Blue) = 23+2+152=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 152 (59.77% from 255 or 85.88% from 177); Max value from RGB is 152 - color contains mainly: blue. Hex color #170298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170298 is #E8FD67. Grayscale: #181818. Windows color (decimal): -15269224 or 9962007. OLE color: 9962007.

HSL color Cylindrical-coordinate representation of color #170298: hue angle of 248.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #170298 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 2 152 -
CMYK 0.85 0.99 0 0.40
HSL 248.4º 0.97% 0.3% -
HSV(B) 248.4º 0.99% 0.6% -
XYZ 6.04 2.49 29.87 -
YUV 25.38 199.46 126.3 -
System Red Green Blue C M Y K H S L
Decimal 23 2 152 0.85 0.99 0 0.40 248.4 0.97 0.3
Hex 17 2 98 55 63 0 28 F8 61 1E
Octal 27 2 230 125 143 0 50 370 141 36
Binary 10111 10 10011000 1010101 1100011 0 101000 11111000 1100001 11110

Color Harmonies of #170298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170298

Black with #170298

Text Example


Text Example

White with #170298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170298; }

 p { color: rgb(23,2,152); }

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

background-color css

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

 a { background-color: rgb(23,2,152); }

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

border-color css

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

 span { border-color: rgb(23,2,152); }

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