Html Css Color HEX #140F28 Jaguar

📋 copy color: '#140F28'

red 20 ◦ green 15 ◦ blue 40

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

Shades of Jaguar #140F28

Tints of Jaguar #140F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 26.67%
G = 20%
B = 53.33%

CMYK

 C value IS 0.5

 M value IS 0.62

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140F28 (or 0x140F28) is known color: Jaguar. HEX triplet: 14, 0F and 28. RGB value is (20,15,40). Sum of RGB (Red+Green+Blue) = 20+15+40=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #140F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F28 is #EBF0D7. Grayscale: #131313. Windows color (decimal): -15462616 or 2625300. OLE color: 2625300.

HSL color Cylindrical-coordinate representation of color #140F28: hue angle of 252º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140F28 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 15 40 -
CMYK 0.5 0.62 0 0.84
HSL 252º 0.45% 0.11% -
HSV(B) 252º 0.63% 0.16% -
XYZ 0.84 0.64 2.09 -
YUV 19.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 20 15 40 0.5 0.62 0 0.84 252 0.45 0.11
Hex 14 F 28 32 3E 0 54 FC 2D B
Octal 24 17 50 62 76 0 124 374 55 13
Binary 10100 1111 101000 110010 111110 0 1010100 11111100 101101 1011

Color Harmonies of #140F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F28

Black with #140F28

Text Example


Text Example

White with #140F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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