Html Css Color HEX #11047D Ultramarine

📋 copy color: '#11047D'

red 17 ◦ green 4 ◦ blue 125

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

Shades of Ultramarine #11047D

Tints of Ultramarine #11047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

 BLUE value IS 125 (49.22% from 255) = 85.62%

R = 11.64%
G = 2.74%
B = 85.62%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11047D (or 0x11047D) is known color: Ultramarine. HEX triplet: 11, 04 and 7D. RGB value is (17,4,125). Sum of RGB (Red+Green+Blue) = 17+4+125=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #11047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11047D is #EEFB82. Grayscale: #151515. Windows color (decimal): -15661955 or 8193041. OLE color: 8193041.

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

Color convert

RGB 17 4 125 -
CMYK 0.86 0.97 0 0.51
HSL 246.45º 0.94% 0.25% -
HSV(B) 246.45º 0.97% 0.49% -
XYZ 3.98 1.69 19.52 -
YUV 21.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 17 4 125 0.86 0.97 0 0.51 246.45 0.94 0.25
Hex 11 4 7D 56 61 0 33 F6 5E 19
Octal 21 4 175 126 141 0 63 366 136 31
Binary 10001 100 1111101 1010110 1100001 0 110011 11110110 1011110 11001

Color Harmonies of #11047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11047D

Black with #11047D

Text Example


Text Example

White with #11047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11047D; }

 p { color: rgb(17,4,125); }

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

background-color css

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

 a { background-color: rgb(17,4,125); }

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

border-color css

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

 span { border-color: rgb(17,4,125); }

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