Html Css Color HEX #14088E Ultramarine

📋 copy color: '#14088E'

red 20 ◦ green 8 ◦ blue 142

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

Shades of Ultramarine #14088E

Tints of Ultramarine #14088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 83.53%

R = 11.76%
G = 4.71%
B = 83.53%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14088E (or 0x14088E) is known color: Ultramarine. HEX triplet: 14, 08 and 8E. RGB value is (20,8,142). Sum of RGB (Red+Green+Blue) = 20+8+142=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #14088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14088E is #EBF771. Grayscale: #1A1A1A. Windows color (decimal): -15464306 or 9308180. OLE color: 9308180.

HSL color Cylindrical-coordinate representation of color #14088E: hue angle of 245.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14088E is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 8 142 -
CMYK 0.86 0.94 0 0.44
HSL 245.37º 0.89% 0.29% -
HSV(B) 245.37º 0.94% 0.56% -
XYZ 5.26 2.28 25.75 -
YUV 26.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 20 8 142 0.86 0.94 0 0.44 245.37 0.89 0.29
Hex 14 8 8E 56 5E 0 2C F5 59 1D
Octal 24 10 216 126 136 0 54 365 131 35
Binary 10100 1000 10001110 1010110 1011110 0 101100 11110101 1011001 11101

Color Harmonies of #14088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14088E

Black with #14088E

Text Example


Text Example

White with #14088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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