Html Css Color HEX #140F27 Jaguar

📋 copy color: '#140F27'

red 20 ◦ green 15 ◦ blue 39

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

Shades of Jaguar #140F27

Tints of Jaguar #140F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.27%

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 27.03%
G = 20.27%
B = 52.7%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140F27 (or 0x140F27) is known color: Jaguar. HEX triplet: 14, 0F and 27. RGB value is (20,15,39). Sum of RGB (Red+Green+Blue) = 20+15+39=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #140F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F27 is #EBF0D8. Grayscale: #131313. Windows color (decimal): -15462617 or 2559764. OLE color: 2559764.

HSL color Cylindrical-coordinate representation of color #140F27: hue angle of 252.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140F27 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 15 39 -
CMYK 0.49 0.62 0 0.85
HSL 252.5º 0.44% 0.11% -
HSV(B) 252.5º 0.62% 0.15% -
XYZ 0.83 0.64 2 -
YUV 19.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 20 15 39 0.49 0.62 0 0.85 252.5 0.44 0.11
Hex 14 F 27 31 3E 0 55 FD 2C B
Octal 24 17 47 61 76 0 125 375 54 13
Binary 10100 1111 100111 110001 111110 0 1010101 11111101 101100 1011

Color Harmonies of #140F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F27

Black with #140F27

Text Example


Text Example

White with #140F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F27; }

 p { color: rgb(20,15,39); }

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

background-color css

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

 a { background-color: rgb(20,15,39); }

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

border-color css

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

 span { border-color: rgb(20,15,39); }

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