Html Css Color HEX #140893 Ultramarine

📋 copy color: '#140893'

red 20 ◦ green 8 ◦ blue 147

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

Shades of Ultramarine #140893

Tints of Ultramarine #140893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 84%

R = 11.43%
G = 4.57%
B = 84%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140893 (or 0x140893) is known color: Ultramarine. HEX triplet: 14, 08 and 93. RGB value is (20,8,147). Sum of RGB (Red+Green+Blue) = 20+8+147=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #140893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140893 is #EBF76C. Grayscale: #1A1A1A. Windows color (decimal): -15464301 or 9635860. OLE color: 9635860.

HSL color Cylindrical-coordinate representation of color #140893: hue angle of 245.18º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140893 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 8 147 -
CMYK 0.86 0.95 0 0.42
HSL 245.18º 0.9% 0.3% -
HSV(B) 245.18º 0.95% 0.58% -
XYZ 5.64 2.43 27.78 -
YUV 27.43 195.48 122.7 -
System Red Green Blue C M Y K H S L
Decimal 20 8 147 0.86 0.95 0 0.42 245.18 0.9 0.3
Hex 14 8 93 56 5F 0 2A F5 5A 1E
Octal 24 10 223 126 137 0 52 365 132 36
Binary 10100 1000 10010011 1010110 1011111 0 101010 11110101 1011010 11110

Color Harmonies of #140893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140893

Black with #140893

Text Example


Text Example

White with #140893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140893; }

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

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

background-color css

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

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

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

border-color css

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

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

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