Html Css Color HEX #14119F Ultramarine

📋 copy color: '#14119F'

red 20 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #14119F

Tints of Ultramarine #14119F

RGB

 RED value IS 20 (8.2% from 255) = 10.2%

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

 BLUE value IS 159 (62.5% from 255) = 81.12%

R = 10.2%
G = 8.67%
B = 81.12%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14119F (or 0x14119F) is known color: Ultramarine. HEX triplet: 14, 11 and 9F. RGB value is (20,17,159). Sum of RGB (Red+Green+Blue) = 20+17+159=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #14119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14119F is #EBEE60. Grayscale: #212121. Windows color (decimal): -15461985 or 10424596. OLE color: 10424596.

HSL color Cylindrical-coordinate representation of color #14119F: hue angle of 241.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14119F is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 17 159 -
CMYK 0.87 0.89 0 0.38
HSL 241.27º 0.81% 0.35% -
HSV(B) 241.27º 0.89% 0.62% -
XYZ 6.75 3.05 33.03 -
YUV 34.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 20 17 159 0.87 0.89 0 0.38 241.27 0.81 0.35
Hex 14 11 9F 57 59 0 26 F1 51 23
Octal 24 21 237 127 131 0 46 361 121 43
Binary 10100 10001 10011111 1010111 1011001 0 100110 11110001 1010001 100011

Color Harmonies of #14119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14119F

Black with #14119F

Text Example


Text Example

White with #14119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14119F; }

 p { color: rgb(20,17,159); }

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

background-color css

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

 a { background-color: rgb(20,17,159); }

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

border-color css

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

 span { border-color: rgb(20,17,159); }

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