Html Css Color HEX #142195 Ultramarine

📋 copy color: '#142195'

red 20 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #142195

Tints of Ultramarine #142195

RGB

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

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

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

R = 9.9%
G = 16.34%
B = 73.76%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142195 (or 0x142195) is known color: Ultramarine. HEX triplet: 14, 21 and 95. RGB value is (20,33,149). Sum of RGB (Red+Green+Blue) = 20+33+149=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #142195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142195 is #EBDE6A. Grayscale: #292929. Windows color (decimal): -15457899 or 9773332. OLE color: 9773332.

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

Color convert

RGB 20 33 149 -
CMYK 0.87 0.78 0 0.42
HSL 233.95º 0.76% 0.33% -
HSV(B) 233.95º 0.87% 0.58% -
XYZ 6.26 3.41 28.76 -
YUV 42.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 20 33 149 0.87 0.78 0 0.42 233.95 0.76 0.33
Hex 14 21 95 57 4E 0 2A EA 4C 21
Octal 24 41 225 127 116 0 52 352 114 41
Binary 10100 100001 10010101 1010111 1001110 0 101010 11101010 1001100 100001

Color Harmonies of #142195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142195

Black with #142195

Text Example


Text Example

White with #142195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142195; }

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

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

background-color css

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

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

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

border-color css

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

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

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