Html Css Color HEX #110293 Ultramarine

📋 copy color: '#110293'

red 17 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #110293

Tints of Ultramarine #110293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 88.55%

R = 10.24%
G = 1.2%
B = 88.55%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110293 (or 0x110293) is known color: Ultramarine. HEX triplet: 11, 02 and 93. RGB value is (17,2,147). Sum of RGB (Red+Green+Blue) = 17+2+147=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #110293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110293 is #EEFD6C. Grayscale: #161616. Windows color (decimal): -15662445 or 9634321. OLE color: 9634321.

HSL color Cylindrical-coordinate representation of color #110293: hue angle of 246.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110293 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 2 147 -
CMYK 0.88 0.99 0 0.42
HSL 246.21º 0.97% 0.29% -
HSV(B) 246.21º 0.99% 0.58% -
XYZ 5.52 2.27 27.75 -
YUV 23.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 17 2 147 0.88 0.99 0 0.42 246.21 0.97 0.29
Hex 11 2 93 58 63 0 2A F6 61 1D
Octal 21 2 223 130 143 0 52 366 141 35
Binary 10001 10 10010011 1011000 1100011 0 101010 11110110 1100001 11101

Color Harmonies of #110293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110293

Black with #110293

Text Example


Text Example

White with #110293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110293; }

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

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

background-color css

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

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

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

border-color css

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

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

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