Html Css Color HEX #11088B Ultramarine

📋 copy color: '#11088B'

red 17 ◦ green 8 ◦ blue 139

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

Shades of Ultramarine #11088B

Tints of Ultramarine #11088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

 BLUE value IS 139 (54.69% from 255) = 84.76%

R = 10.37%
G = 4.88%
B = 84.76%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11088B (or 0x11088B) is known color: Ultramarine. HEX triplet: 11, 08 and 8B. RGB value is (17,8,139). Sum of RGB (Red+Green+Blue) = 17+8+139=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #11088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11088B is #EEF774. Grayscale: #191919. Windows color (decimal): -15660917 or 9111569. OLE color: 9111569.

HSL color Cylindrical-coordinate representation of color #11088B: hue angle of 244.12º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11088B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 8 139 -
CMYK 0.88 0.94 0 0.45
HSL 244.12º 0.89% 0.29% -
HSV(B) 244.12º 0.94% 0.55% -
XYZ 4.98 2.16 24.58 -
YUV 25.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 17 8 139 0.88 0.94 0 0.45 244.12 0.89 0.29
Hex 11 8 8B 58 5E 0 2D F4 59 1D
Octal 21 10 213 130 136 0 55 364 131 35
Binary 10001 1000 10001011 1011000 1011110 0 101101 11110100 1011001 11101

Color Harmonies of #11088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11088B

Black with #11088B

Text Example


Text Example

White with #11088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11088B; }

 p { color: rgb(17,8,139); }

 H1.HeaderClassName
 {
   color: #11088B;
 }
 .AnyTagClassName
 {
   color: #11088B;
 }
</style>

background-color css

<style>
 a { background-color: #11088B; }

 a { background-color: rgb(17,8,139); }

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

border-color css

<style>
 span { border-color: #11088B; }

 span { border-color: rgb(17,8,139); }

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