Html Css Color HEX #110583 Ultramarine

📋 copy color: '#110583'

red 17 ◦ green 5 ◦ blue 131

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

Shades of Ultramarine #110583

Tints of Ultramarine #110583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 85.62%

R = 11.11%
G = 3.27%
B = 85.62%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#110583 (or 0x110583) is known color: Ultramarine. HEX triplet: 11, 05 and 83. RGB value is (17,5,131). Sum of RGB (Red+Green+Blue) = 17+5+131=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #110583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110583 is #EEFA7C. Grayscale: #161616. Windows color (decimal): -15661693 or 8586513. OLE color: 8586513.

HSL color Cylindrical-coordinate representation of color #110583: hue angle of 245.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110583 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 5 131 -
CMYK 0.87 0.96 0 0.49
HSL 245.71º 0.93% 0.27% -
HSV(B) 245.71º 0.96% 0.51% -
XYZ 4.38 1.87 21.6 -
YUV 22.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 17 5 131 0.87 0.96 0 0.49 245.71 0.93 0.27
Hex 11 5 83 57 60 0 31 F6 5D 1B
Octal 21 5 203 127 140 0 61 366 135 33
Binary 10001 101 10000011 1010111 1100000 0 110001 11110110 1011101 11011

Color Harmonies of #110583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110583

Black with #110583

Text Example


Text Example

White with #110583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110583; }

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

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

background-color css

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

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

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

border-color css

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

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

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