Html Css Color HEX #14088D Ultramarine

📋 copy color: '#14088D'

red 20 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #14088D

Tints of Ultramarine #14088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 83.43%

R = 11.83%
G = 4.73%
B = 83.43%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14088D (or 0x14088D) is known color: Ultramarine. HEX triplet: 14, 08 and 8D. RGB value is (20,8,141). Sum of RGB (Red+Green+Blue) = 20+8+141=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #14088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14088D is #EBF772. Grayscale: #1A1A1A. Windows color (decimal): -15464307 or 9242644. OLE color: 9242644.

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

Color convert

RGB 20 8 141 -
CMYK 0.86 0.94 0 0.45
HSL 245.41º 0.89% 0.29% -
HSV(B) 245.41º 0.94% 0.55% -
XYZ 5.18 2.25 25.36 -
YUV 26.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 20 8 141 0.86 0.94 0 0.45 245.41 0.89 0.29
Hex 14 8 8D 56 5E 0 2D F5 59 1D
Octal 24 10 215 126 136 0 55 365 131 35
Binary 10100 1000 10001101 1010110 1011110 0 101101 11110101 1011001 11101

Color Harmonies of #14088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14088D

Black with #14088D

Text Example


Text Example

White with #14088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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