Html Css Color HEX #1119A6 Ultramarine

📋 copy color: '#1119A6'

red 17 ◦ green 25 ◦ blue 166

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

Shades of Ultramarine #1119A6

Tints of Ultramarine #1119A6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 166 (65.23% from 255) = 79.81%

R = 8.17%
G = 12.02%
B = 79.81%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1119A6 (or 0x1119A6) is known color: Ultramarine. HEX triplet: 11, 19 and A6. RGB value is (17,25,166). Sum of RGB (Red+Green+Blue) = 17+25+166=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 166 (65.23% from 255 or 79.81% from 208); Max value from RGB is 166 - color contains mainly: blue. Hex color #1119A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1119A6 is #EEE659. Grayscale: #262626. Windows color (decimal): -15656538 or 10885393. OLE color: 10885393.

HSL color Cylindrical-coordinate representation of color #1119A6: hue angle of 236.78º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1119A6 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 25 166 -
CMYK 0.90 0.85 0 0.35
HSL 236.78º 0.81% 0.36% -
HSV(B) 236.78º 0.9% 0.65% -
XYZ 7.46 3.57 36.37 -
YUV 38.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 17 25 166 0.90 0.85 0 0.35 236.78 0.81 0.36
Hex 11 19 A6 5A 55 0 23 ED 51 24
Octal 21 31 246 132 125 0 43 355 121 44
Binary 10001 11001 10100110 1011010 1010101 0 100011 11101101 1010001 100100

Color Harmonies of #1119A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119A6

Black with #1119A6

Text Example


Text Example

White with #1119A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1119A6; }

 p { color: rgb(17,25,166); }

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

background-color css

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

 a { background-color: rgb(17,25,166); }

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

border-color css

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

 span { border-color: rgb(17,25,166); }

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