Html Css Color HEX #142095 Ultramarine

📋 copy color: '#142095'

red 20 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #142095

Tints of Ultramarine #142095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 9.95%
G = 15.92%
B = 74.13%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142095 (or 0x142095) is known color: Ultramarine. HEX triplet: 14, 20 and 95. RGB value is (20,32,149). Sum of RGB (Red+Green+Blue) = 20+32+149=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #142095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142095 is #EBDF6A. Grayscale: #292929. Windows color (decimal): -15458155 or 9773076. OLE color: 9773076.

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

Color convert

RGB 20 32 149 -
CMYK 0.87 0.79 0 0.42
HSL 234.42º 0.76% 0.33% -
HSV(B) 234.42º 0.87% 0.58% -
XYZ 6.23 3.35 28.75 -
YUV 41.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 20 32 149 0.87 0.79 0 0.42 234.42 0.76 0.33
Hex 14 20 95 57 4F 0 2A EA 4C 21
Octal 24 40 225 127 117 0 52 352 114 41
Binary 10100 100000 10010101 1010111 1001111 0 101010 11101010 1001100 100001

Color Harmonies of #142095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142095

Black with #142095

Text Example


Text Example

White with #142095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142095; }

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

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

background-color css

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

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

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

border-color css

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

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

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