Html Css Color HEX #14049E Ultramarine

📋 copy color: '#14049E'

red 20 ◦ green 4 ◦ blue 158

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

Shades of Ultramarine #14049E

Tints of Ultramarine #14049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 86.81%

R = 10.99%
G = 2.2%
B = 86.81%

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

#14049E (or 0x14049E) is known color: Ultramarine. HEX triplet: 14, 04 and 9E. RGB value is (20,4,158). Sum of RGB (Red+Green+Blue) = 20+4+158=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #14049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14049E is #EBFB61. Grayscale: #191919. Windows color (decimal): -15465314 or 10355732. OLE color: 10355732.

HSL color Cylindrical-coordinate representation of color #14049E: hue angle of 246.23º 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 #14049E is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 4 158 -
CMYK 0.87 0.97 0 0.38
HSL 246.23º 0.95% 0.32% -
HSV(B) 246.23º 0.97% 0.62% -
XYZ 6.5 2.7 32.53 -
YUV 26.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 20 4 158 0.87 0.97 0 0.38 246.23 0.95 0.32
Hex 14 4 9E 57 61 0 26 F6 5F 20
Octal 24 4 236 127 141 0 46 366 137 40
Binary 10100 100 10011110 1010111 1100001 0 100110 11110110 1011111 100000

Color Harmonies of #14049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14049E

Black with #14049E

Text Example


Text Example

White with #14049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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