Html Css Color HEX #142194 Ultramarine

📋 copy color: '#142194'

red 20 ◦ green 33 ◦ blue 148

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

Shades of Ultramarine #142194

Tints of Ultramarine #142194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 9.95%
G = 16.42%
B = 73.63%

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

#142194 (or 0x142194) is known color: Ultramarine. HEX triplet: 14, 21 and 94. RGB value is (20,33,148). Sum of RGB (Red+Green+Blue) = 20+33+148=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #142194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142194 is #EBDE6B. Grayscale: #292929. Windows color (decimal): -15457900 or 9707796. OLE color: 9707796.

HSL color Cylindrical-coordinate representation of color #142194: hue angle of 233.91º 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 #142194 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 33 148 -
CMYK 0.86 0.78 0 0.42
HSL 233.91º 0.76% 0.33% -
HSV(B) 233.91º 0.86% 0.58% -
XYZ 6.18 3.37 28.34 -
YUV 42.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 20 33 148 0.86 0.78 0 0.42 233.91 0.76 0.33
Hex 14 21 94 56 4E 0 2A EA 4C 21
Octal 24 41 224 126 116 0 52 352 114 41
Binary 10100 100001 10010100 1010110 1001110 0 101010 11101010 1001100 100001

Color Harmonies of #142194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142194

Black with #142194

Text Example


Text Example

White with #142194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142194; }

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

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

background-color css

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

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

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

border-color css

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

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

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