Html Css Color HEX #111481 Ultramarine

📋 copy color: '#111481'

red 17 ◦ green 20 ◦ blue 129

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

Shades of Ultramarine #111481

Tints of Ultramarine #111481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 77.71%

R = 10.24%
G = 12.05%
B = 77.71%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#111481 (or 0x111481) is known color: Ultramarine. HEX triplet: 11, 14 and 81. RGB value is (17,20,129). Sum of RGB (Red+Green+Blue) = 17+20+129=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 129 (50.78% from 255 or 77.71% from 166); Max value from RGB is 129 - color contains mainly: blue. Hex color #111481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111481 is #EEEB7E. Grayscale: #1F1F1F. Windows color (decimal): -15657855 or 8459281. OLE color: 8459281.

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

Color convert

RGB 17 20 129 -
CMYK 0.87 0.84 0 0.49
HSL 238.39º 0.77% 0.29% -
HSV(B) 238.39º 0.87% 0.51% -
XYZ 4.44 2.2 20.96 -
YUV 31.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 17 20 129 0.87 0.84 0 0.49 238.39 0.77 0.29
Hex 11 14 81 57 54 0 31 EE 4D 1D
Octal 21 24 201 127 124 0 61 356 115 35
Binary 10001 10100 10000001 1010111 1010100 0 110001 11101110 1001101 11101

Color Harmonies of #111481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111481

Black with #111481

Text Example


Text Example

White with #111481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111481; }

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

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

background-color css

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

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

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

border-color css

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

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

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