Html Css Color HEX #17028D Ultramarine

📋 copy color: '#17028D'

red 23 ◦ green 2 ◦ blue 141

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

Shades of Ultramarine #17028D

Tints of Ultramarine #17028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 84.94%

R = 13.86%
G = 1.2%
B = 84.94%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17028D (or 0x17028D) is known color: Ultramarine. HEX triplet: 17, 02 and 8D. RGB value is (23,2,141). Sum of RGB (Red+Green+Blue) = 23+2+141=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #17028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17028D is #E8FD72. Grayscale: #171717. Windows color (decimal): -15269235 or 9241111. OLE color: 9241111.

HSL color Cylindrical-coordinate representation of color #17028D: hue angle of 249.06º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17028D is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 2 141 -
CMYK 0.84 0.99 0 0.45
HSL 249.06º 0.97% 0.28% -
HSV(B) 249.06º 0.99% 0.55% -
XYZ 5.18 2.15 25.34 -
YUV 24.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 23 2 141 0.84 0.99 0 0.45 249.06 0.97 0.28
Hex 17 2 8D 54 63 0 2D F9 61 1C
Octal 27 2 215 124 143 0 55 371 141 34
Binary 10111 10 10001101 1010100 1100011 0 101101 11111001 1100001 11100

Color Harmonies of #17028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17028D

Black with #17028D

Text Example


Text Example

White with #17028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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