Html Css Color HEX #14088C Ultramarine

📋 copy color: '#14088C'

red 20 ◦ green 8 ◦ blue 140

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

Shades of Ultramarine #14088C

Tints of Ultramarine #14088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 83.33%

R = 11.9%
G = 4.76%
B = 83.33%

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

#14088C (or 0x14088C) is known color: Ultramarine. HEX triplet: 14, 08 and 8C. RGB value is (20,8,140). Sum of RGB (Red+Green+Blue) = 20+8+140=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #14088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14088C is #EBF773. Grayscale: #1A1A1A. Windows color (decimal): -15464308 or 9177108. OLE color: 9177108.

HSL color Cylindrical-coordinate representation of color #14088C: hue angle of 245.45º 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 #14088C is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 8 140 -
CMYK 0.86 0.94 0 0.45
HSL 245.45º 0.89% 0.29% -
HSV(B) 245.45º 0.94% 0.55% -
XYZ 5.11 2.22 24.97 -
YUV 26.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 20 8 140 0.86 0.94 0 0.45 245.45 0.89 0.29
Hex 14 8 8C 56 5E 0 2D F5 59 1D
Octal 24 10 214 126 136 0 55 365 131 35
Binary 10100 1000 10001100 1010110 1011110 0 101101 11110101 1011001 11101

Color Harmonies of #14088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14088C

Black with #14088C

Text Example


Text Example

White with #14088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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