Html Css Color HEX #14168C Ultramarine

📋 copy color: '#14168C'

red 20 ◦ green 22 ◦ blue 140

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

Shades of Ultramarine #14168C

Tints of Ultramarine #14168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

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

R = 10.99%
G = 12.09%
B = 76.92%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14168C (or 0x14168C) is known color: Ultramarine. HEX triplet: 14, 16 and 8C. RGB value is (20,22,140). Sum of RGB (Red+Green+Blue) = 20+22+140=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #14168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14168C is #EBE973. Grayscale: #222222. Windows color (decimal): -15460724 or 9180692. OLE color: 9180692.

HSL color Cylindrical-coordinate representation of color #14168C: hue angle of 239º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14168C is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 22 140 -
CMYK 0.86 0.84 0 0.45
HSL 239º 0.75% 0.31% -
HSV(B) 239º 0.86% 0.55% -
XYZ 5.31 2.62 25.04 -
YUV 34.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 20 22 140 0.86 0.84 0 0.45 239 0.75 0.31
Hex 14 16 8C 56 54 0 2D EF 4B 1F
Octal 24 26 214 126 124 0 55 357 113 37
Binary 10100 10110 10001100 1010110 1010100 0 101101 11101111 1001011 11111

Color Harmonies of #14168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14168C

Black with #14168C

Text Example


Text Example

White with #14168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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