Html Css Color HEX #14089F Ultramarine

📋 copy color: '#14089F'

red 20 ◦ green 8 ◦ blue 159

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

Shades of Ultramarine #14089F

Tints of Ultramarine #14089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 10.7%
G = 4.28%
B = 85.03%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14089F (or 0x14089F) is known color: Ultramarine. HEX triplet: 14, 08 and 9F. RGB value is (20,8,159). Sum of RGB (Red+Green+Blue) = 20+8+159=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #14089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14089F is #EBF760. Grayscale: #1C1C1C. Windows color (decimal): -15464289 or 10422292. OLE color: 10422292.

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

Color convert

RGB 20 8 159 -
CMYK 0.87 0.95 0 0.38
HSL 244.77º 0.9% 0.33% -
HSV(B) 244.77º 0.95% 0.62% -
XYZ 6.63 2.83 33 -
YUV 28.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 20 8 159 0.87 0.95 0 0.38 244.77 0.9 0.33
Hex 14 8 9F 57 5F 0 26 F5 5A 21
Octal 24 10 237 127 137 0 46 365 132 41
Binary 10100 1000 10011111 1010111 1011111 0 100110 11110101 1011010 100001

Color Harmonies of #14089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14089F

Black with #14089F

Text Example


Text Example

White with #14089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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