Html Css Color HEX #110285 Ultramarine

📋 copy color: '#110285'

red 17 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #110285

Tints of Ultramarine #110285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 133 (52.34% from 255) = 87.5%

R = 11.18%
G = 1.32%
B = 87.5%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#110285 (or 0x110285) is known color: Ultramarine. HEX triplet: 11, 02 and 85. RGB value is (17,2,133). Sum of RGB (Red+Green+Blue) = 17+2+133=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #110285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110285 is #EEFD7A. Grayscale: #141414. Windows color (decimal): -15662459 or 8716817. OLE color: 8716817.

HSL color Cylindrical-coordinate representation of color #110285: hue angle of 246.87º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110285 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 2 133 -
CMYK 0.87 0.98 0 0.48
HSL 246.87º 0.97% 0.26% -
HSV(B) 246.87º 0.98% 0.52% -
XYZ 4.49 1.86 22.31 -
YUV 21.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 17 2 133 0.87 0.98 0 0.48 246.87 0.97 0.26
Hex 11 2 85 57 62 0 30 F7 61 1A
Octal 21 2 205 127 142 0 60 367 141 32
Binary 10001 10 10000101 1010111 1100010 0 110000 11110111 1100001 11010

Color Harmonies of #110285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110285

Black with #110285

Text Example


Text Example

White with #110285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110285; }

 p { color: rgb(17,2,133); }

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

background-color css

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

 a { background-color: rgb(17,2,133); }

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

border-color css

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

 span { border-color: rgb(17,2,133); }

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