Html Css Color HEX #140797 Ultramarine

📋 copy color: '#140797'

red 20 ◦ green 7 ◦ blue 151

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

Shades of Ultramarine #140797

Tints of Ultramarine #140797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 151 (59.38% from 255) = 84.83%

R = 11.24%
G = 3.93%
B = 84.83%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140797 (or 0x140797) is known color: Ultramarine. HEX triplet: 14, 07 and 97. RGB value is (20,7,151). Sum of RGB (Red+Green+Blue) = 20+7+151=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 151 (59.38% from 255 or 84.83% from 178); Max value from RGB is 151 - color contains mainly: blue. Hex color #140797 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140797 is #EBF868. Grayscale: #1A1A1A. Windows color (decimal): -15464553 or 9897748. OLE color: 9897748.

HSL color Cylindrical-coordinate representation of color #140797: hue angle of 245.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140797 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 7 151 -
CMYK 0.87 0.95 0 0.41
HSL 245.42º 0.91% 0.31% -
HSV(B) 245.42º 0.95% 0.59% -
XYZ 5.95 2.54 29.45 -
YUV 27.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 20 7 151 0.87 0.95 0 0.41 245.42 0.91 0.31
Hex 14 7 97 57 5F 0 29 F5 5B 1F
Octal 24 7 227 127 137 0 51 365 133 37
Binary 10100 111 10010111 1010111 1011111 0 101001 11110101 1011011 11111

Color Harmonies of #140797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140797

Black with #140797

Text Example


Text Example

White with #140797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140797; }

 p { color: rgb(20,7,151); }

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

background-color css

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

 a { background-color: rgb(20,7,151); }

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

border-color css

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

 span { border-color: rgb(20,7,151); }

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