Html Css Color HEX #140094 Ultramarine

📋 copy color: '#140094'

red 20 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #140094

Tints of Ultramarine #140094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 88.1%

R = 11.9%
G = 0%
B = 88.1%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140094 (or 0x140094) is known color: Ultramarine. HEX triplet: 14, 00 and 94. RGB value is (20,0,148). Sum of RGB (Red+Green+Blue) = 20+0+148=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 148 (58.20% from 255 or 88.10% from 168); Max value from RGB is 148 - color contains mainly: blue. Hex color #140094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140094 is #EBFF6B. Grayscale: #161616. Windows color (decimal): -15466348 or 9699348. OLE color: 9699348.

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

Color convert

RGB 20 0 148 -
CMYK 0.86 1 0 0.42
HSL 248.11º 1% 0.29% -
HSV(B) 248.11º 1% 0.58% -
XYZ 5.63 2.29 28.16 -
YUV 22.85 198.63 125.97 -
System Red Green Blue C M Y K H S L
Decimal 20 0 148 0.86 1 0 0.42 248.11 1 0.29
Hex 14 0 94 56 64 0 2A F8 64 1D
Octal 24 0 224 126 144 0 52 370 144 35
Binary 10100 0 10010100 1010110 1100100 0 101010 11111000 1100100 11101

Color Harmonies of #140094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140094

Black with #140094

Text Example


Text Example

White with #140094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140094; }

 p { color: rgb(20,0,148); }

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

background-color css

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

 a { background-color: rgb(20,0,148); }

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

border-color css

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

 span { border-color: rgb(20,0,148); }

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