Html Css Color HEX #11078A Ultramarine

📋 copy color: '#11078A'

red 17 ◦ green 7 ◦ blue 138

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

Shades of Ultramarine #11078A

Tints of Ultramarine #11078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

 BLUE value IS 138 (54.3% from 255) = 85.19%

R = 10.49%
G = 4.32%
B = 85.19%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11078A (or 0x11078A) is known color: Ultramarine. HEX triplet: 11, 07 and 8A. RGB value is (17,7,138). Sum of RGB (Red+Green+Blue) = 17+7+138=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #11078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11078A is #EEF875. Grayscale: #181818. Windows color (decimal): -15661174 or 9045777. OLE color: 9045777.

HSL color Cylindrical-coordinate representation of color #11078A: hue angle of 244.58º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11078A is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 7 138 -
CMYK 0.88 0.95 0 0.46
HSL 244.58º 0.9% 0.28% -
HSV(B) 244.58º 0.95% 0.54% -
XYZ 4.89 2.11 24.19 -
YUV 24.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 17 7 138 0.88 0.95 0 0.46 244.58 0.9 0.28
Hex 11 7 8A 58 5F 0 2E F5 5A 1C
Octal 21 7 212 130 137 0 56 365 132 34
Binary 10001 111 10001010 1011000 1011111 0 101110 11110101 1011010 11100

Color Harmonies of #11078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11078A

Black with #11078A

Text Example


Text Example

White with #11078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11078A; }

 p { color: rgb(17,7,138); }

 H1.HeaderClassName
 {
   color: #11078A;
 }
 .AnyTagClassName
 {
   color: #11078A;
 }
</style>

background-color css

<style>
 a { background-color: #11078A; }

 a { background-color: rgb(17,7,138); }

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

border-color css

<style>
 span { border-color: #11078A; }

 span { border-color: rgb(17,7,138); }

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