Html Css Color HEX #140837 Tolopea

📋 copy color: '#140837'

red 20 ◦ green 8 ◦ blue 55

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

Shades of Tolopea #140837

Tints of Tolopea #140837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 55 (21.88% from 255) = 66.27%

R = 24.1%
G = 9.64%
B = 66.27%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140837 (or 0x140837) is known color: Tolopea. HEX triplet: 14, 08 and 37. RGB value is (20,8,55). Sum of RGB (Red+Green+Blue) = 20+8+55=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #140837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140837 is #EBF7C8. Grayscale: #101010. Windows color (decimal): -15464393 or 3606548. OLE color: 3606548.

HSL color Cylindrical-coordinate representation of color #140837: hue angle of 255.32º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140837 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 8 55 -
CMYK 0.64 0.85 0 0.78
HSL 255.32º 0.75% 0.12% -
HSV(B) 255.32º 0.85% 0.22% -
XYZ 1.06 0.6 3.67 -
YUV 16.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 20 8 55 0.64 0.85 0 0.78 255.32 0.75 0.12
Hex 14 8 37 40 55 0 4E FF 4B C
Octal 24 10 67 100 125 0 116 377 113 14
Binary 10100 1000 110111 1000000 1010101 0 1001110 11111111 1001011 1100

Color Harmonies of #140837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140837

Black with #140837

Text Example


Text Example

White with #140837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140837; }

 p { color: rgb(20,8,55); }

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

background-color css

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

 a { background-color: rgb(20,8,55); }

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

border-color css

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

 span { border-color: rgb(20,8,55); }

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