Html Css Color HEX #140C8E Ultramarine

📋 copy color: '#140C8E'

red 20 ◦ green 12 ◦ blue 142

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

Shades of Ultramarine #140C8E

Tints of Ultramarine #140C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

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

R = 11.49%
G = 6.9%
B = 81.61%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#140C8E (or 0x140C8E) is known color: Ultramarine. HEX triplet: 14, 0C and 8E. RGB value is (20,12,142). Sum of RGB (Red+Green+Blue) = 20+12+142=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #140C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C8E is #EBF371. Grayscale: #1C1C1C. Windows color (decimal): -15463282 or 9309204. OLE color: 9309204.

HSL color Cylindrical-coordinate representation of color #140C8E: hue angle of 243.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140C8E is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 12 142 -
CMYK 0.86 0.92 0 0.44
HSL 243.69º 0.84% 0.3% -
HSV(B) 243.69º 0.92% 0.56% -
XYZ 5.3 2.36 25.77 -
YUV 29.21 191.65 121.43 -
System Red Green Blue C M Y K H S L
Decimal 20 12 142 0.86 0.92 0 0.44 243.69 0.84 0.3
Hex 14 C 8E 56 5C 0 2C F4 54 1E
Octal 24 14 216 126 134 0 54 364 124 36
Binary 10100 1100 10001110 1010110 1011100 0 101100 11110100 1010100 11110

Color Harmonies of #140C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C8E

Black with #140C8E

Text Example


Text Example

White with #140C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140C8E; }

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

 H1.HeaderClassName
 {
   color: #140C8E;
 }
 .AnyTagClassName
 {
   color: #140C8E;
 }
</style>

background-color css

<style>
 a { background-color: #140C8E; }

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

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

border-color css

<style>
 span { border-color: #140C8E; }

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

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