Html Css Color HEX #110093 Ultramarine

📋 copy color: '#110093'

red 17 ◦ green 0 ◦ blue 147

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

Shades of Ultramarine #110093

Tints of Ultramarine #110093

RGB

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

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

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

R = 10.37%
G = 0%
B = 89.63%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110093 (or 0x110093) is known color: Ultramarine. HEX triplet: 11, 00 and 93. RGB value is (17,0,147). Sum of RGB (Red+Green+Blue) = 17+0+147=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #110093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110093 is #EEFF6C. Grayscale: #151515. Windows color (decimal): -15662957 or 9633809. OLE color: 9633809.

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

Color convert

RGB 17 0 147 -
CMYK 0.88 1 0 0.42
HSL 246.94º 1% 0.29% -
HSV(B) 246.94º 1% 0.58% -
XYZ 5.5 2.23 27.74 -
YUV 21.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 17 0 147 0.88 1 0 0.42 246.94 1 0.29
Hex 11 0 93 58 64 0 2A F7 64 1D
Octal 21 0 223 130 144 0 52 367 144 35
Binary 10001 0 10010011 1011000 1100100 0 101010 11110111 1100100 11101

Color Harmonies of #110093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110093

Black with #110093

Text Example


Text Example

White with #110093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110093; }

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

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

background-color css

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

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

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

border-color css

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

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

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