Html Css Color HEX #110592 Ultramarine

📋 copy color: '#110592'

red 17 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #110592

Tints of Ultramarine #110592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 146 (57.42% from 255) = 86.9%

R = 10.12%
G = 2.98%
B = 86.9%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#110592 (or 0x110592) is known color: Ultramarine. HEX triplet: 11, 05 and 92. RGB value is (17,5,146). Sum of RGB (Red+Green+Blue) = 17+5+146=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #110592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110592 is #EEFA6D. Grayscale: #181818. Windows color (decimal): -15661678 or 9569553. OLE color: 9569553.

HSL color Cylindrical-coordinate representation of color #110592: hue angle of 245.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110592 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 5 146 -
CMYK 0.88 0.97 0 0.43
HSL 245.11º 0.93% 0.3% -
HSV(B) 245.11º 0.97% 0.57% -
XYZ 5.47 2.3 27.35 -
YUV 24.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 17 5 146 0.88 0.97 0 0.43 245.11 0.93 0.3
Hex 11 5 92 58 61 0 2B F5 5D 1E
Octal 21 5 222 130 141 0 53 365 135 36
Binary 10001 101 10010010 1011000 1100001 0 101011 11110101 1011101 11110

Color Harmonies of #110592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110592

Black with #110592

Text Example


Text Example

White with #110592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110592; }

 p { color: rgb(17,5,146); }

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

background-color css

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

 a { background-color: rgb(17,5,146); }

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

border-color css

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

 span { border-color: rgb(17,5,146); }

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