Html Css Color HEX #14089A Ultramarine

📋 copy color: '#14089A'

red 20 ◦ green 8 ◦ blue 154

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

Shades of Ultramarine #14089A

Tints of Ultramarine #14089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 84.62%

R = 10.99%
G = 4.4%
B = 84.62%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14089A (or 0x14089A) is known color: Ultramarine. HEX triplet: 14, 08 and 9A. RGB value is (20,8,154). Sum of RGB (Red+Green+Blue) = 20+8+154=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #14089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14089A is #EBF765. Grayscale: #1B1B1B. Windows color (decimal): -15464294 or 10094612. OLE color: 10094612.

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

Color convert

RGB 20 8 154 -
CMYK 0.87 0.95 0 0.40
HSL 244.93º 0.9% 0.32% -
HSV(B) 244.93º 0.95% 0.6% -
XYZ 6.21 2.66 30.76 -
YUV 28.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 20 8 154 0.87 0.95 0 0.40 244.93 0.9 0.32
Hex 14 8 9A 57 5F 0 28 F5 5A 20
Octal 24 10 232 127 137 0 50 365 132 40
Binary 10100 1000 10011010 1010111 1011111 0 101000 11110101 1011010 100000

Color Harmonies of #14089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14089A

Black with #14089A

Text Example


Text Example

White with #14089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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