Html Css Color HEX #141798 Ultramarine

📋 copy color: '#141798'

red 20 ◦ green 23 ◦ blue 152

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

Shades of Ultramarine #141798

Tints of Ultramarine #141798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 10.26%
G = 11.79%
B = 77.95%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#141798 (or 0x141798) is known color: Ultramarine. HEX triplet: 14, 17 and 98. RGB value is (20,23,152). Sum of RGB (Red+Green+Blue) = 20+23+152=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #141798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141798 is #EBE867. Grayscale: #242424. Windows color (decimal): -15460456 or 9967380. OLE color: 9967380.

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

Color convert

RGB 20 23 152 -
CMYK 0.87 0.85 0 0.40
HSL 238.64º 0.77% 0.34% -
HSV(B) 238.64º 0.87% 0.6% -
XYZ 6.26 3.03 29.96 -
YUV 36.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 20 23 152 0.87 0.85 0 0.40 238.64 0.77 0.34
Hex 14 17 98 57 55 0 28 EF 4D 22
Octal 24 27 230 127 125 0 50 357 115 42
Binary 10100 10111 10011000 1010111 1010101 0 101000 11101111 1001101 100010

Color Harmonies of #141798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141798

Black with #141798

Text Example


Text Example

White with #141798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141798; }

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

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

background-color css

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

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

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

border-color css

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

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

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