Html Css Color HEX #11019D Ultramarine

📋 copy color: '#11019D'

red 17 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #11019D

Tints of Ultramarine #11019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 157 (61.72% from 255) = 89.71%

R = 9.71%
G = 0.57%
B = 89.71%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11019D (or 0x11019D) is known color: Ultramarine. HEX triplet: 11, 01 and 9D. RGB value is (17,1,157). Sum of RGB (Red+Green+Blue) = 17+1+157=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 157 (61.72% from 255 or 89.71% from 175); Max value from RGB is 157 - color contains mainly: blue. Hex color #11019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11019D is #EEFE62. Grayscale: #161616. Windows color (decimal): -15662691 or 10289425. OLE color: 10289425.

HSL color Cylindrical-coordinate representation of color #11019D: hue angle of 246.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11019D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 1 157 -
CMYK 0.89 0.99 0 0.38
HSL 246.15º 0.99% 0.31% -
HSV(B) 246.15º 0.99% 0.62% -
XYZ 6.33 2.58 32.06 -
YUV 23.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 17 1 157 0.89 0.99 0 0.38 246.15 0.99 0.31
Hex 11 1 9D 59 63 0 26 F6 63 1F
Octal 21 1 235 131 143 0 46 366 143 37
Binary 10001 1 10011101 1011001 1100011 0 100110 11110110 1100011 11111

Color Harmonies of #11019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11019D

Black with #11019D

Text Example


Text Example

White with #11019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,1,157); }

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

background-color css

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

 a { background-color: rgb(17,1,157); }

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

border-color css

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

 span { border-color: rgb(17,1,157); }

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