Html Css Color HEX #11057C Ultramarine

📋 copy color: '#11057C'

red 17 ◦ green 5 ◦ blue 124

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

Shades of Ultramarine #11057C

Tints of Ultramarine #11057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 124 (48.83% from 255) = 84.93%

R = 11.64%
G = 3.42%
B = 84.93%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11057C (or 0x11057C) is known color: Ultramarine. HEX triplet: 11, 05 and 7C. RGB value is (17,5,124). Sum of RGB (Red+Green+Blue) = 17+5+124=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #11057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057C is #EEFA83. Grayscale: #151515. Windows color (decimal): -15661700 or 8127761. OLE color: 8127761.

HSL color Cylindrical-coordinate representation of color #11057C: hue angle of 246.05º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11057C is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 5 124 -
CMYK 0.86 0.96 0 0.51
HSL 246.05º 0.92% 0.25% -
HSV(B) 246.05º 0.96% 0.49% -
XYZ 3.92 1.68 19.19 -
YUV 22.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 17 5 124 0.86 0.96 0 0.51 246.05 0.92 0.25
Hex 11 5 7C 56 60 0 33 F6 5C 19
Octal 21 5 174 126 140 0 63 366 134 31
Binary 10001 101 1111100 1010110 1100000 0 110011 11110110 1011100 11001

Color Harmonies of #11057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11057C

Black with #11057C

Text Example


Text Example

White with #11057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11057C; }

 p { color: rgb(17,5,124); }

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

background-color css

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

 a { background-color: rgb(17,5,124); }

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

border-color css

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

 span { border-color: rgb(17,5,124); }

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