Html Css Color HEX #142098 Ultramarine

📋 copy color: '#142098'

red 20 ◦ green 32 ◦ blue 152

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

Shades of Ultramarine #142098

Tints of Ultramarine #142098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.51%

R = 9.8%
G = 15.69%
B = 74.51%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#142098 (or 0x142098) is known color: Ultramarine. HEX triplet: 14, 20 and 98. RGB value is (20,32,152). Sum of RGB (Red+Green+Blue) = 20+32+152=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #142098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142098 is #EBDF67. Grayscale: #292929. Windows color (decimal): -15458152 or 9969684. OLE color: 9969684.

HSL color Cylindrical-coordinate representation of color #142098: hue angle of 234.55º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142098 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 32 152 -
CMYK 0.87 0.79 0 0.40
HSL 234.55º 0.77% 0.34% -
HSV(B) 234.55º 0.87% 0.6% -
XYZ 6.47 3.45 30.03 -
YUV 42.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 20 32 152 0.87 0.79 0 0.40 234.55 0.77 0.34
Hex 14 20 98 57 4F 0 28 EB 4D 22
Octal 24 40 230 127 117 0 50 353 115 42
Binary 10100 100000 10011000 1010111 1001111 0 101000 11101011 1001101 100010

Color Harmonies of #142098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142098

Black with #142098

Text Example


Text Example

White with #142098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142098; }

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

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

background-color css

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

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

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

border-color css

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

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

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