Html Css Color HEX #14098D Ultramarine

📋 copy color: '#14098D'

red 20 ◦ green 9 ◦ blue 141

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

Shades of Ultramarine #14098D

Tints of Ultramarine #14098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

 BLUE value IS 141 (55.47% from 255) = 82.94%

R = 11.76%
G = 5.29%
B = 82.94%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14098D (or 0x14098D) is known color: Ultramarine. HEX triplet: 14, 09 and 8D. RGB value is (20,9,141). Sum of RGB (Red+Green+Blue) = 20+9+141=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #14098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098D is #EBF672. Grayscale: #1A1A1A. Windows color (decimal): -15464051 or 9242900. OLE color: 9242900.

HSL color Cylindrical-coordinate representation of color #14098D: hue angle of 245º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14098D is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 9 141 -
CMYK 0.86 0.94 0 0.45
HSL 245º 0.88% 0.29% -
HSV(B) 245º 0.94% 0.55% -
XYZ 5.19 2.27 25.36 -
YUV 27.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 20 9 141 0.86 0.94 0 0.45 245 0.88 0.29
Hex 14 9 8D 56 5E 0 2D F5 58 1D
Octal 24 11 215 126 136 0 55 365 130 35
Binary 10100 1001 10001101 1010110 1011110 0 101101 11110101 1011000 11101

Color Harmonies of #14098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14098D

Black with #14098D

Text Example


Text Example

White with #14098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14098D; }

 p { color: rgb(20,9,141); }

 H1.HeaderClassName
 {
   color: #14098D;
 }
 .AnyTagClassName
 {
   color: #14098D;
 }
</style>

background-color css

<style>
 a { background-color: #14098D; }

 a { background-color: rgb(20,9,141); }

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

border-color css

<style>
 span { border-color: #14098D; }

 span { border-color: rgb(20,9,141); }

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