Html Css Color HEX #111A8D Ultramarine

📋 copy color: '#111A8D'

red 17 ◦ green 26 ◦ blue 141

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

Shades of Ultramarine #111A8D

Tints of Ultramarine #111A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

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

R = 9.24%
G = 14.13%
B = 76.63%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#111A8D (or 0x111A8D) is known color: Ultramarine. HEX triplet: 11, 1A and 8D. RGB value is (17,26,141). Sum of RGB (Red+Green+Blue) = 17+26+141=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #111A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A8D is #EEE572. Grayscale: #232323. Windows color (decimal): -15656307 or 9247249. OLE color: 9247249.

HSL color Cylindrical-coordinate representation of color #111A8D: hue angle of 235.65º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111A8D is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 26 141 -
CMYK 0.88 0.82 0 0.45
HSL 235.65º 0.78% 0.31% -
HSV(B) 235.65º 0.88% 0.55% -
XYZ 5.41 2.78 25.45 -
YUV 36.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 17 26 141 0.88 0.82 0 0.45 235.65 0.78 0.31
Hex 11 1A 8D 58 52 0 2D EC 4E 1F
Octal 21 32 215 130 122 0 55 354 116 37
Binary 10001 11010 10001101 1011000 1010010 0 101101 11101100 1001110 11111

Color Harmonies of #111A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A8D

Black with #111A8D

Text Example


Text Example

White with #111A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111A8D; }

 p { color: rgb(17,26,141); }

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

background-color css

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

 a { background-color: rgb(17,26,141); }

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

border-color css

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

 span { border-color: rgb(17,26,141); }

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