Html Css Color HEX #110FA4 Ultramarine

📋 copy color: '#110FA4'

red 17 ◦ green 15 ◦ blue 164

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

Shades of Ultramarine #110FA4

Tints of Ultramarine #110FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 83.67%

R = 8.67%
G = 7.65%
B = 83.67%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#110FA4 (or 0x110FA4) is known color: Ultramarine. HEX triplet: 11, 0F and A4. RGB value is (17,15,164). Sum of RGB (Red+Green+Blue) = 17+15+164=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 164 (64.45% from 255 or 83.67% from 196); Max value from RGB is 164 - color contains mainly: blue. Hex color #110FA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FA4 is #EEF05B. Grayscale: #1F1F1F. Windows color (decimal): -15659100 or 10751761. OLE color: 10751761.

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

Color convert

RGB 17 15 164 -
CMYK 0.90 0.91 0 0.36
HSL 240.81º 0.83% 0.35% -
HSV(B) 240.81º 0.91% 0.64% -
XYZ 7.1 3.14 35.35 -
YUV 32.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 17 15 164 0.90 0.91 0 0.36 240.81 0.83 0.35
Hex 11 F A4 5A 5B 0 24 F1 53 23
Octal 21 17 244 132 133 0 44 361 123 43
Binary 10001 1111 10100100 1011010 1011011 0 100100 11110001 1010011 100011

Color Harmonies of #110FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FA4

Black with #110FA4

Text Example


Text Example

White with #110FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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