Html Css Color HEX #141799 Ultramarine

📋 copy color: '#141799'

red 20 ◦ green 23 ◦ blue 153

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

Shades of Ultramarine #141799

Tints of Ultramarine #141799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.06%

R = 10.2%
G = 11.73%
B = 78.06%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#141799 (or 0x141799) is known color: Ultramarine. HEX triplet: 14, 17 and 99. RGB value is (20,23,153). Sum of RGB (Red+Green+Blue) = 20+23+153=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #141799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141799 is #EBE866. Grayscale: #242424. Windows color (decimal): -15460455 or 10032916. OLE color: 10032916.

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

Color convert

RGB 20 23 153 -
CMYK 0.87 0.85 0 0.4
HSL 238.65º 0.77% 0.34% -
HSV(B) 238.65º 0.87% 0.6% -
XYZ 6.34 3.06 30.39 -
YUV 36.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 20 23 153 0.87 0.85 0 0.4 238.65 0.77 0.34
Hex 14 17 99 57 55 0 28 EF 4D 22
Octal 24 27 231 127 125 0 50 357 115 42
Binary 10100 10111 10011001 1010111 1010101 0 101000 11101111 1001101 100010

Color Harmonies of #141799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141799

Black with #141799

Text Example


Text Example

White with #141799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141799; }

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

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

background-color css

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

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

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

border-color css

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

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

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