Html Css Color HEX #11037F Ultramarine

📋 copy color: '#11037F'

red 17 ◦ green 3 ◦ blue 127

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

Shades of Ultramarine #11037F

Tints of Ultramarine #11037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 11.56%
G = 2.04%
B = 86.39%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11037F (or 0x11037F) is known color: Ultramarine. HEX triplet: 11, 03 and 7F. RGB value is (17,3,127). Sum of RGB (Red+Green+Blue) = 17+3+127=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #11037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11037F is #EEFC80. Grayscale: #141414. Windows color (decimal): -15662209 or 8323857. OLE color: 8323857.

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

Color convert

RGB 17 3 127 -
CMYK 0.87 0.98 0 0.50
HSL 246.77º 0.95% 0.25% -
HSV(B) 246.77º 0.98% 0.5% -
XYZ 4.09 1.72 20.19 -
YUV 21.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 17 3 127 0.87 0.98 0 0.50 246.77 0.95 0.25
Hex 11 3 7F 57 62 0 32 F7 5F 19
Octal 21 3 177 127 142 0 62 367 137 31
Binary 10001 11 1111111 1010111 1100010 0 110010 11110111 1011111 11001

Color Harmonies of #11037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11037F

Black with #11037F

Text Example


Text Example

White with #11037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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