Html Css Color HEX #110082 Ultramarine

📋 copy color: '#110082'

red 17 ◦ green 0 ◦ blue 130

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

Shades of Ultramarine #110082

Tints of Ultramarine #110082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 88.44%

R = 11.56%
G = 0%
B = 88.44%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#110082 (or 0x110082) is known color: Ultramarine. HEX triplet: 11, 00 and 82. RGB value is (17,0,130). Sum of RGB (Red+Green+Blue) = 17+0+130=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 130 (51.17% from 255 or 88.44% from 147); Max value from RGB is 130 - color contains mainly: blue. Hex color #110082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110082 is #EEFF7D. Grayscale: #131313. Windows color (decimal): -15662974 or 8519697. OLE color: 8519697.

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

Color convert

RGB 17 0 130 -
CMYK 0.87 1 0 0.49
HSL 247.85º 1% 0.25% -
HSV(B) 247.85º 1% 0.51% -
XYZ 4.26 1.73 21.23 -
YUV 19.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 17 0 130 0.87 1 0 0.49 247.85 1 0.25
Hex 11 0 82 57 64 0 31 F8 64 19
Octal 21 0 202 127 144 0 61 370 144 31
Binary 10001 0 10000010 1010111 1100100 0 110001 11111000 1100100 11001

Color Harmonies of #110082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110082

Black with #110082

Text Example


Text Example

White with #110082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110082; }

 p { color: rgb(17,0,130); }

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

background-color css

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

 a { background-color: rgb(17,0,130); }

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

border-color css

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

 span { border-color: rgb(17,0,130); }

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