Html Css Color HEX #14039F Ultramarine

📋 copy color: '#14039F'

red 20 ◦ green 3 ◦ blue 159

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

Shades of Ultramarine #14039F

Tints of Ultramarine #14039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 10.99%
G = 1.65%
B = 87.36%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14039F (or 0x14039F) is known color: Ultramarine. HEX triplet: 14, 03 and 9F. RGB value is (20,3,159). Sum of RGB (Red+Green+Blue) = 20+3+159=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #14039F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14039F is #EBFC60. Grayscale: #191919. Windows color (decimal): -15465569 or 10421012. OLE color: 10421012.

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

Color convert

RGB 20 3 159 -
CMYK 0.87 0.98 0 0.38
HSL 246.54º 0.96% 0.32% -
HSV(B) 246.54º 0.98% 0.62% -
XYZ 6.58 2.72 32.98 -
YUV 25.87 203.13 123.82 -
System Red Green Blue C M Y K H S L
Decimal 20 3 159 0.87 0.98 0 0.38 246.54 0.96 0.32
Hex 14 3 9F 57 62 0 26 F7 60 20
Octal 24 3 237 127 142 0 46 367 140 40
Binary 10100 11 10011111 1010111 1100010 0 100110 11110111 1100000 100000

Color Harmonies of #14039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14039F

Black with #14039F

Text Example


Text Example

White with #14039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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