Html Css Color HEX #14109F Ultramarine

📋 copy color: '#14109F'

red 20 ◦ green 16 ◦ blue 159

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

Shades of Ultramarine #14109F

Tints of Ultramarine #14109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

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

R = 10.26%
G = 8.21%
B = 81.54%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14109F (or 0x14109F) is known color: Ultramarine. HEX triplet: 14, 10 and 9F. RGB value is (20,16,159). Sum of RGB (Red+Green+Blue) = 20+16+159=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #14109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14109F is #EBEF60. Grayscale: #202020. Windows color (decimal): -15462241 or 10424340. OLE color: 10424340.

HSL color Cylindrical-coordinate representation of color #14109F: hue angle of 241.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14109F is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 16 159 -
CMYK 0.87 0.90 0 0.38
HSL 241.68º 0.82% 0.34% -
HSV(B) 241.68º 0.9% 0.62% -
XYZ 6.73 3.02 33.03 -
YUV 33.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 20 16 159 0.87 0.90 0 0.38 241.68 0.82 0.34
Hex 14 10 9F 57 5A 0 26 F2 52 22
Octal 24 20 237 127 132 0 46 362 122 42
Binary 10100 10000 10011111 1010111 1011010 0 100110 11110010 1010010 100010

Color Harmonies of #14109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14109F

Black with #14109F

Text Example


Text Example

White with #14109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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