Html Css Color HEX #110FA5 Ultramarine

📋 copy color: '#110FA5'

red 17 ◦ green 15 ◦ blue 165

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

Shades of Ultramarine #110FA5

Tints of Ultramarine #110FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.61%

 BLUE value IS 165 (64.84% from 255) = 83.76%

R = 8.63%
G = 7.61%
B = 83.76%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#110FA5 (or 0x110FA5) is known color: Ultramarine. HEX triplet: 11, 0F and A5. RGB value is (17,15,165). Sum of RGB (Red+Green+Blue) = 17+15+165=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 165 (64.84% from 255 or 83.76% from 197); Max value from RGB is 165 - color contains mainly: blue. Hex color #110FA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FA5 is #EEF05A. Grayscale: #202020. Windows color (decimal): -15659099 or 10817297. OLE color: 10817297.

HSL color Cylindrical-coordinate representation of color #110FA5: hue angle of 240.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110FA5 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 15 165 -
CMYK 0.90 0.91 0 0.35
HSL 240.8º 0.83% 0.35% -
HSV(B) 240.8º 0.91% 0.65% -
XYZ 7.19 3.18 35.83 -
YUV 32.7 202.66 116.8 -
System Red Green Blue C M Y K H S L
Decimal 17 15 165 0.90 0.91 0 0.35 240.8 0.83 0.35
Hex 11 F A5 5A 5B 0 23 F1 53 23
Octal 21 17 245 132 133 0 43 361 123 43
Binary 10001 1111 10100101 1011010 1011011 0 100011 11110001 1010011 100011

Color Harmonies of #110FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FA5

Black with #110FA5

Text Example


Text Example

White with #110FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110FA5; }

 p { color: rgb(17,15,165); }

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

background-color css

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

 a { background-color: rgb(17,15,165); }

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

border-color css

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

 span { border-color: rgb(17,15,165); }

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