Html Css Color HEX #14099D Ultramarine

📋 copy color: '#14099D'

red 20 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #14099D

Tints of Ultramarine #14099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 84.41%

R = 10.75%
G = 4.84%
B = 84.41%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14099D (or 0x14099D) is known color: Ultramarine. HEX triplet: 14, 09 and 9D. RGB value is (20,9,157). Sum of RGB (Red+Green+Blue) = 20+9+157=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #14099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14099D is #EBF662. Grayscale: #1C1C1C. Windows color (decimal): -15464035 or 10291476. OLE color: 10291476.

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

Color convert

RGB 20 9 157 -
CMYK 0.87 0.94 0 0.38
HSL 244.46º 0.89% 0.33% -
HSV(B) 244.46º 0.94% 0.62% -
XYZ 6.47 2.78 32.09 -
YUV 29.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 20 9 157 0.87 0.94 0 0.38 244.46 0.89 0.33
Hex 14 9 9D 57 5E 0 26 F4 59 21
Octal 24 11 235 127 136 0 46 364 131 41
Binary 10100 1001 10011101 1010111 1011110 0 100110 11110100 1011001 100001

Color Harmonies of #14099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14099D

Black with #14099D

Text Example


Text Example

White with #14099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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