Html Css Color HEX #14049F Ultramarine

📋 copy color: '#14049F'

red 20 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #14049F

Tints of Ultramarine #14049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 10.93%
G = 2.19%
B = 86.89%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14049F (or 0x14049F) is known color: Ultramarine. HEX triplet: 14, 04 and 9F. RGB value is (20,4,159). Sum of RGB (Red+Green+Blue) = 20+4+159=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #14049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14049F is #EBFB60. Grayscale: #191919. Windows color (decimal): -15465313 or 10421268. OLE color: 10421268.

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

Color convert

RGB 20 4 159 -
CMYK 0.87 0.97 0 0.38
HSL 246.19º 0.95% 0.32% -
HSV(B) 246.19º 0.97% 0.62% -
XYZ 6.59 2.74 32.98 -
YUV 26.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 20 4 159 0.87 0.97 0 0.38 246.19 0.95 0.32
Hex 14 4 9F 57 61 0 26 F6 5F 20
Octal 24 4 237 127 141 0 46 366 137 40
Binary 10100 100 10011111 1010111 1100001 0 100110 11110110 1011111 100000

Color Harmonies of #14049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14049F

Black with #14049F

Text Example


Text Example

White with #14049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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