Html Css Color HEX #142094 Ultramarine

📋 copy color: '#142094'

red 20 ◦ green 32 ◦ blue 148

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

Shades of Ultramarine #142094

Tints of Ultramarine #142094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 10%
G = 16%
B = 74%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142094 (or 0x142094) is known color: Ultramarine. HEX triplet: 14, 20 and 94. RGB value is (20,32,148). Sum of RGB (Red+Green+Blue) = 20+32+148=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #142094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142094 is #EBDF6B. Grayscale: #292929. Windows color (decimal): -15458156 or 9707540. OLE color: 9707540.

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

Color convert

RGB 20 32 148 -
CMYK 0.86 0.78 0 0.42
HSL 234.38º 0.76% 0.33% -
HSV(B) 234.38º 0.86% 0.58% -
XYZ 6.15 3.32 28.33 -
YUV 41.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 20 32 148 0.86 0.78 0 0.42 234.38 0.76 0.33
Hex 14 20 94 56 4E 0 2A EA 4C 21
Octal 24 40 224 126 116 0 52 352 114 41
Binary 10100 100000 10010100 1010110 1001110 0 101010 11101010 1001100 100001

Color Harmonies of #142094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142094

Black with #142094

Text Example


Text Example

White with #142094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142094; }

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

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

background-color css

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

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

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

border-color css

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

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

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