Html Css Color HEX #11007F Ultramarine

📋 copy color: '#11007F'

red 17 ◦ green 0 ◦ blue 127

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

Shades of Ultramarine #11007F

Tints of Ultramarine #11007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 88.19%

R = 11.81%
G = 0%
B = 88.19%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11007F (or 0x11007F) is known color: Ultramarine. HEX triplet: 11, 00 and 7F. RGB value is (17,0,127). Sum of RGB (Red+Green+Blue) = 17+0+127=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #11007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11007F is #EEFF80. Grayscale: #131313. Windows color (decimal): -15662977 or 8323089. OLE color: 8323089.

HSL color Cylindrical-coordinate representation of color #11007F: hue angle of 248.03º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11007F is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 0 127 -
CMYK 0.87 1 0 0.50
HSL 248.03º 1% 0.25% -
HSV(B) 248.03º 1% 0.5% -
XYZ 4.06 1.65 20.18 -
YUV 19.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 17 0 127 0.87 1 0 0.50 248.03 1 0.25
Hex 11 0 7F 57 64 0 32 F8 64 19
Octal 21 0 177 127 144 0 62 370 144 31
Binary 10001 0 1111111 1010111 1100100 0 110010 11111000 1100100 11001

Color Harmonies of #11007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11007F

Black with #11007F

Text Example


Text Example

White with #11007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11007F; }

 p { color: rgb(17,0,127); }

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

background-color css

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

 a { background-color: rgb(17,0,127); }

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

border-color css

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

 span { border-color: rgb(17,0,127); }

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