Html Css Color HEX #171484 Ultramarine

📋 copy color: '#171484'

red 23 ◦ green 20 ◦ blue 132

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

Shades of Ultramarine #171484

Tints of Ultramarine #171484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 132 (51.95% from 255) = 75.43%

R = 13.14%
G = 11.43%
B = 75.43%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#171484 (or 0x171484) is known color: Ultramarine. HEX triplet: 17, 14 and 84. RGB value is (23,20,132). Sum of RGB (Red+Green+Blue) = 23+20+132=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #171484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171484 is #E8EB7B. Grayscale: #212121. Windows color (decimal): -15264636 or 8655895. OLE color: 8655895.

HSL color Cylindrical-coordinate representation of color #171484: hue angle of 241.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171484 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 20 132 -
CMYK 0.83 0.85 0 0.48
HSL 241.61º 0.74% 0.3% -
HSV(B) 241.61º 0.85% 0.52% -
XYZ 4.77 2.35 22.03 -
YUV 33.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 23 20 132 0.83 0.85 0 0.48 241.61 0.74 0.3
Hex 17 14 84 53 55 0 30 F2 4A 1E
Octal 27 24 204 123 125 0 60 362 112 36
Binary 10111 10100 10000100 1010011 1010101 0 110000 11110010 1001010 11110

Color Harmonies of #171484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171484

Black with #171484

Text Example


Text Example

White with #171484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171484; }

 p { color: rgb(23,20,132); }

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

background-color css

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

 a { background-color: rgb(23,20,132); }

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

border-color css

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

 span { border-color: rgb(23,20,132); }

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