Html Css Color HEX #111484 Ultramarine

📋 copy color: '#111484'

red 17 ◦ green 20 ◦ blue 132

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

Shades of Ultramarine #111484

Tints of Ultramarine #111484

RGB

 RED value IS 17 (7.03% from 255) = 10.06%

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

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

R = 10.06%
G = 11.83%
B = 78.11%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#111484 (or 0x111484) is known color: Ultramarine. HEX triplet: 11, 14 and 84. RGB value is (17,20,132). Sum of RGB (Red+Green+Blue) = 17+20+132=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #111484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111484 is #EEEB7B. Grayscale: #1F1F1F. Windows color (decimal): -15657852 or 8655889. OLE color: 8655889.

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

Color convert

RGB 17 20 132 -
CMYK 0.87 0.85 0 0.48
HSL 238.43º 0.77% 0.29% -
HSV(B) 238.43º 0.87% 0.52% -
XYZ 4.65 2.29 22.03 -
YUV 31.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 17 20 132 0.87 0.85 0 0.48 238.43 0.77 0.29
Hex 11 14 84 57 55 0 30 EE 4D 1D
Octal 21 24 204 127 125 0 60 356 115 35
Binary 10001 10100 10000100 1010111 1010101 0 110000 11101110 1001101 11101

Color Harmonies of #111484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111484

Black with #111484

Text Example


Text Example

White with #111484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111484; }

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

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

background-color css

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

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

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

border-color css

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

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

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