Html Css Color HEX #17218D Ultramarine

📋 copy color: '#17218D'

red 23 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #17218D

Tints of Ultramarine #17218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 11.68%
G = 16.75%
B = 71.57%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17218D (or 0x17218D) is known color: Ultramarine. HEX triplet: 17, 21 and 8D. RGB value is (23,33,141). Sum of RGB (Red+Green+Blue) = 23+33+141=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #17218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17218D is #E8DE72. Grayscale: #292929. Windows color (decimal): -15261299 or 9249047. OLE color: 9249047.

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

Color convert

RGB 23 33 141 -
CMYK 0.84 0.77 0 0.45
HSL 234.92º 0.72% 0.32% -
HSV(B) 234.92º 0.84% 0.55% -
XYZ 5.7 3.19 25.51 -
YUV 42.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 23 33 141 0.84 0.77 0 0.45 234.92 0.72 0.32
Hex 17 21 8D 54 4D 0 2D EB 48 20
Octal 27 41 215 124 115 0 55 353 110 40
Binary 10111 100001 10001101 1010100 1001101 0 101101 11101011 1001000 100000

Color Harmonies of #17218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17218D

Black with #17218D

Text Example


Text Example

White with #17218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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