Html Css Color HEX #17028B Ultramarine

📋 copy color: '#17028B'

red 23 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #17028B

Tints of Ultramarine #17028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 84.76%

R = 14.02%
G = 1.22%
B = 84.76%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17028B (or 0x17028B) is known color: Ultramarine. HEX triplet: 17, 02 and 8B. RGB value is (23,2,139). Sum of RGB (Red+Green+Blue) = 23+2+139=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #17028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17028B is #E8FD74. Grayscale: #171717. Windows color (decimal): -15269237 or 9110039. OLE color: 9110039.

HSL color Cylindrical-coordinate representation of color #17028B: hue angle of 249.2º 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 #17028B is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 2 139 -
CMYK 0.83 0.99 0 0.45
HSL 249.2º 0.97% 0.28% -
HSV(B) 249.2º 0.99% 0.55% -
XYZ 5.04 2.09 24.56 -
YUV 23.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 23 2 139 0.83 0.99 0 0.45 249.2 0.97 0.28
Hex 17 2 8B 53 63 0 2D F9 61 1C
Octal 27 2 213 123 143 0 55 371 141 34
Binary 10111 10 10001011 1010011 1100011 0 101101 11111001 1100001 11100

Color Harmonies of #17028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17028B

Black with #17028B

Text Example


Text Example

White with #17028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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