Html Css Color HEX #14089D Ultramarine

📋 copy color: '#14089D'

red 20 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #14089D

Tints of Ultramarine #14089D

RGB

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

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

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

R = 10.81%
G = 4.32%
B = 84.86%

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

#14089D (or 0x14089D) is known color: Ultramarine. HEX triplet: 14, 08 and 9D. RGB value is (20,8,157). Sum of RGB (Red+Green+Blue) = 20+8+157=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #14089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14089D is #EBF762. Grayscale: #1B1B1B. Windows color (decimal): -15464291 or 10291220. OLE color: 10291220.

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

Color convert

RGB 20 8 157 -
CMYK 0.87 0.95 0 0.38
HSL 244.83º 0.9% 0.32% -
HSV(B) 244.83º 0.95% 0.62% -
XYZ 6.46 2.76 32.09 -
YUV 28.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 20 8 157 0.87 0.95 0 0.38 244.83 0.9 0.32
Hex 14 8 9D 57 5F 0 26 F5 5A 20
Octal 24 10 235 127 137 0 46 365 132 40
Binary 10100 1000 10011101 1010111 1011111 0 100110 11110101 1011010 100000

Color Harmonies of #14089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14089D

Black with #14089D

Text Example


Text Example

White with #14089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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